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

UUID empty on first run on ios9, true device #18

Closed
monxas opened this issue Dec 7, 2015 · 2 comments
Closed

UUID empty on first run on ios9, true device #18

monxas opened this issue Dec 7, 2015 · 2 comments

Comments

@monxas
Copy link

monxas commented Dec 7, 2015

When I first run this code (simplified for reading purposes) after an install on true device, I get a blank uuid. On second run it does work though.

Iphone 5s ios9 on my side.

testuuid.txt

@bau720123
Copy link

hi @monxas
can't understand what your true mean
please use the simple code to see if everytime will get the uuid

// Get UUID
window.plugins.uniqueDeviceID.get(success, fail);
Success callback function:

function success(uuid)
{
    alert(uuid);
};

if yes,I think it is the "testuuid.txt" problem

@kostia-official
Copy link

+1
same issue on iPhone 6 (9.2) and iPhone 5s (8.3)

@monxas monxas closed this as completed May 8, 2016
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

3 participants