Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS 9.2 Not Unique anymore #19

Open
kabus202 opened this issue Dec 11, 2015 · 4 comments
Open

IOS 9.2 Not Unique anymore #19

kabus202 opened this issue Dec 11, 2015 · 4 comments

Comments

@kabus202
Copy link

Hi,

FYI
I'm getting different id's back on iOS 9.2.

regards,
kab

@Paldom
Copy link
Owner

Paldom commented Dec 14, 2015

Hi @kabus202,
thanks for your note! I aim to solve this issue. Could you please specify the problem in a little bit more details? Do you receive different IDs every application start, or simply had it refreshed once, after OS update.
Thanks!

@kabus202
Copy link
Author

Hi Paldom, I'm running this plugin with ionic. I'm getting different id's when i'm refreshing the app on live reload. It's not changing continues. but because i'm saving the id to database, i saw 4 id's instead of 1.

Kind regards,
Lokman

@Paldom
Copy link
Owner

Paldom commented Dec 15, 2015

Hi @kabus202,

I've tested on iOS 9.2 device and emulator, the IDs are the same with pure PhoneGap. After app reinstalls (if it means uninstall too), it may wipe out NSUserDeafuls for that application. This may cause the loss off the generated UUID, if you don't have iCloud enabled to save user settings for you.
As I know, there isnt any better solution for this :(

@kabus202
Copy link
Author

Hi Paldom,

What i did for iOS was save the ID to the keychain. I won't change anymore :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants