How do you deal with LicenseCheckerCallback.ERROR_NOT_MARKET_MANAGED error code?
问题 Using com.android.vending.licensing you can check if your app is licensed or not. There is a callback, applicationError() that tells you if anything went wrong. Today I encountered error ERROR_NOT_MARKET_MANAGED and I can't figure out how I should deal with it! Here's what I did: On Google Play, I added my e-mail address as a test account. On Google Play, I saved my app (unpublished) with versionCode="10" . On my machine, I changed to versionCode="11" . License check now fails with error code