ericgopak commented on issue #112: URL: https://github.com/apache/cordova-plugin-device/issues/112#issuecomment-717886682
This doesn't seem to be a bug, but rather an expected behavior: unfortunately UUIDs may change between app installs (which you perform when you switch between debug and release). References for iOS: [StackOverflow](https://stackoverflow.com/questions/40753246/ios-uuid-different-for-same-app-depending-if-installed-through-xcode-or-testflig/40753810#40753810), [Apple docs](https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor) References for Android: [StackOverflow](https://stackoverflow.com/a/2785493), [Android docs](https://developer.android.com/training/articles/user-data-ids) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
