Currently, build.phonegap.com and parse.com are used to enable push notifications on two platforms (Android and iOS).
Using PhoneGap PushPlugin and parse.com REST API I can register an Android device and send details for a successful analysis.
Although I have problems and questions regarding the sending of "Pushes".
1.1) When registering an βinstallationβ ( https://parse.com/docs/rest#installations-uploading ) I dynamically create a random UUID installationId. It's right? Or should parse.com do this?
1.2) For Android, I register pushType for GCM, since I do not use the Android SDK. This leads me to question 2.
2) When I configure my Android app settings for push, I get an API key for the server ... parse.com has a key section, but only for Windows and iOS ... does this mean that they cannot send push using GCM for Android? Even if you can choose this when downloading the installation?
Short question. Is it possible to use only the parse.com REST API to register Android devices to send push via GCM (Androids push application service)? Apple devices work using this method to register and send notifications.
source
share