Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Automatically updating deviceID when it changes on a device

Hi Paul - We are clarifying your particular case with our developers team, we let you know when we'll have information from them.

Topic marked as answered, when one of employees has answered to it.

Paul Medawar
Posts: 0
Joined: Thu Apr 03, 2014 10:55 am

Automatically updating deviceID when it changes on a device

Ok, thanks for the update Illya

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Automatically updating deviceID when it changes on a device

Paul -

Here is more detailed explanation of our Push mechanism:

ol
liPush is sent to an appropriate app on specific device. In this moment it is called deviceID (or apple uuid) in our documentation./li
liApp on the device upon starting always updates/register own record in our database through REST, respectively we always send out a push at appropriate address./li
liIf you need (in your custom process of app development) to send Push regardless of the app installation, based on some id, and this id shouldn't be changed -- you will need to add custom record in your Devices collection and update this record with REST service (you can generate this id, or use a coded value - its up to you)./li
/ol

Or sent Push based on a token, in this case push will be sent to several apps simultaneously.

Return to “Issues”