...
Once the notifications are correctly setup and the UrbanAirship services are started, we can retrieve the DeviceToken DeviceToken
and the ChannelID
which which would eventually be used to target push notifications for individual devices. Once this DeviceToken
is is retrieved successfully, it needs to be registered with the Rubiq API so push notifications can be sent out from the Rubiq Platform via the UrbanAirship SDK.
Note |
---|
Please note that that in order to push notifications using the Rubiq Platform, Rubiq needs to know the UrbanAirship |
...
and |
Register the DeviceToken
using Rubiq API endpoint 4001: Register mobile device
A sample AppDelegate file is as follows.
...