centsol / marketlicensing

Automatically exported from code.google.com/p/marketlicensing
Apache License 2.0
0 stars 0 forks source link

Different user id for same user #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I have implemented DeviceLimiter.isDeviceAllowed(String userId). I expect each 
Google Play account to always have the same userId.  Recently this was not 
true.  A user had previously purchased my app and userId was one value.  Months 
later, when he redownloaded the app, ther userId was a different value.  This 
led my server to believe he was a different customer who had purchased another 
license for my app, when in fact, he had not.
The userIds are
ANlOHQORj905cwgXTf3ixUrgw2VY4cNd7w==  and
ANlOHQPpmuQXR/547tUcNoDyFUYaaHHrHw==

What is the expected output? What do you see instead?
I expect the same userId always for the same Google Play account.  Instead, I 
see two different userIds for the same account.

Original issue reported on code.google.com by webmaste...@gmail.com on 11 Oct 2012 at 5:23