Unity-Technologies / GooglePlayLicenseVerification

Unity Android plugin example on how to interface the Google Play License Verification (LVL) servers
MIT License
84 stars 26 forks source link

"LU" extras is empty against NOT_LICENSED #3

Closed Shahab-Mirza closed 5 years ago

Shahab-Mirza commented 5 years ago

I changed the public key with my application public key but not getting any information about license URL. For testing purposes ,We have added our license test account on Play Console and set the license test response and also signed into Play Store App with same test account on device but not getting detail page URL of the app against "LU" key. screenshot_20190110-124751

sourav-paul commented 5 years ago

You got any solution regarding this?

v01pe commented 5 years ago

As far as I can tell, the response code you're seeing (on the screenshot) is LICENSED, and then LU being empty is fine… I found the list of possible response codes here:

https://github.com/google/play-licensing/blob/master/lvl_library/src/main/java/com/google/android/vending/licensing/LicenseValidator.java