Newer Version Available
Enable Push Notifications in a Salesforce Mobile SDK Hybrid App
-
(Android only) If your target platform is Android:
-
Add an entry for androidPushNotificationClientId. In
assets/www/bootconfig.json:
This value is the project number of the Google project that is authorized to send push notifications to an Android device.
-
Add an entry for androidPushNotificationClientId. In
assets/www/bootconfig.json:
-
In your callback for cordova.require("com.salesforce.plugin.oauth").getAuthCredentials(),
add the following code:
Example
This code demonstrates how you might handle messages. The server delivers the
payload in message["payload"].