P
Peter Judge
Guest
Hi Roger, One of the engineers on the mobile project (Sergey) has the answer, I believe. See below: -- peter You can not see device id, in settings of your device, or in iTunes. For retrieving Device ID, you should use cordova-push-notification plugin ( https://github.com/mgcrea/cordova-push-notification ). If you want use it in application, you can see as we did in our template "Push Notification UserID Settings". and page contains following code: return encodeURIComponent(localStorage.pushNotificationDeviceID); And this value passed as deviceID to collection Devices.
Continue reading...
Continue reading...