Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

Can Device ID also used as deviceToken for other PUSH rest API?

Jon Haider
Posts: 0
Joined: Thu Oct 16, 2014 2:53 pm

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

DeviceID and DeviceToken are 2 distinct variables. The deviceID obtained through your appery app is unique to that installation of your app. In other words, if you uninstall your app, and reinstall it (through app store or test-flight), it will generate a new deviceID. Same thing with the device token (which is created if the user gives the app Push Notification authorization). I think the device token is to let the apple and google servers know that you are authorized to be sending push notifications to the user.

So, no, you can't use these values for other push rest apis...

Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

So do you know any way to obtain a deviceToken inside Apperyio's environment for 3rd party api?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

Hello Mark,

Device ID generates with Cordova "Device" plugin;
deviceToken generates on the google and apple message clouds.

Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

So is there anyway to obtain a deviceToken in Appery.io?
There is Cordava Push plugin outside and I've seen that its preinstalled in apperyio's app, but I am not sure how to obtain one

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

Apperyio Device ID is unique identifier for Apperyio only or universal deviceToken?

If you using our Cordova Push plugin you can obtain Device token following way: https://devcenter.appery.io/documenta...

Return to “Issues”