Confirmed users
716
edits
No edit summary |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Further data/input we should look at = | = Further data/input we should look at = | ||
* The services team has started implementing a draft implementation at [https://github.com/ | * The services team has started implementing a draft implementation at [https://github.com/jrconlin/push/blob/master/docs/index.rst] | ||
* We should look at this google whitepaper: [http://research.google.com/pubs/archive/37474.pdf] | |||
* Icons are a problem since we don't want to fetch them when a push happens as that would leak the user's location. A better solution would be to provide them when the register call happens. | * Icons are a problem since we don't want to fetch them when a push happens as that would leak the user's location. A better solution would be to provide them when the register call happens. | ||
* Should we allow sending a single message which both sets both badge count and sends a user message? | * Should we allow sending a single message which both sets both badge count and sends a user message? | ||
* Is it bad that we're relying on the app-server to keep the sending URL secret? It might be easier for the app developers to deliver a public key to the UA which is sent to the push server. Then the push server verifies that all incoming messages are signed with the corresponding private key. That way the app developers only need to keep the private key secret and the push-url would have no value on its own. | * Is it bad that we're relying on the app-server to keep the sending URL secret? It might be easier for the app developers to deliver a public key to the UA which is sent to the push server. Then the push server verifies that all incoming messages are signed with the corresponding private key. That way the app developers only need to keep the private key secret and the push-url would have no value on its own. | ||
* PhoneGap API based on iOS push API at [http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/] | |||
= Feedback = | = Feedback = | ||