I am attempting to run the following JavaScript when app's start page loads:
codealert(PushNotification.getDeviceUniqueIdentifier());/code
Annnddd.... now my app isn't loading. I just get a spinning AJAX wheel that never goes away. The test app works fine without that line, and does not have any services or other custom JavaScript.
Is that code outdated? It's what the documentation says I should use to get a device ID.
Thanks!