I create my app header on Google Play.
I create an application with google's LVL library. I sign into an Android device with the same account that I use to sign into my Google Play Developer Console.
The LicenseChecker
was using the correct public key (from Google Play app license key).
Clearing my Google Play cache and not having uploaded the application, but the license server needs a response set on the license test setting page, no?
when I'm running the app, the license server always responds: 3 (ERROR_NOT_MARKET_MANAGED)
.
I wait 24 hours, but nothing happens. The response is 3
.
I upload the app (same version code) to the google play, but not published.
I wait 24 hours again, but nothing happens. The response is 3
.
WTF :)
Okay, just back to the beginning step by step:
I create an app from the Android SDK's licensing sample. The LVL version is 2.
I make a header on google play.
A BASE64_PUBLIC_KEY
rewrite in the sample from a google play app license.
I sign in an android device with my publisher's account (after factory reset)
This sample is returned 3
!
What's wrong with me????