|
Description:
|
We need a
"simple"
SIMPLE
Quickstart that shows all the elements: * server * one mobile SDK
Having the following scenario in mind:
* Simple backend app, allows to query for users (to be notified via Push) * The list of queried users (via "clientIdentifier"/"alias") is receiving PushMessage to their device.
Code: * The backend app will use the Java Sender API (for selective send) * Cordova app for receiving the Push Notifications (the app itself could be pretty trivial)
|