Akheon23 / marketlicensing

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

The type of "nonce" in checkLicense() is "int" on the library side but "long" on the Market client side #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The checkLicense() call has a numeric parameter called "nonce".  The LVL side 
generates, stores, and parses a "nonce" as an int (32 bits) but the Market 
client expects a "long" (64 bits).

The type of "nonce" should be "long" everywhere.

Original issue reported on code.google.com by trevorjohns@google.com on 29 Jul 2010 at 12:21