Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Link to Rubiq API endpoint 4001

...

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 MasterKey

...

 and AppKey, which can be accessed from the UrbanAirship App dashboard.

Register the DeviceToken using Rubiq API endpoint 4001: Register mobile device

A sample AppDelegate file is as follows.

...