Confirmed users
716
edits
| Line 6: | Line 6: | ||
* 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 = | ||