Search code examples
androidgoogle-play-servicesandroid-lvl

Android "Not_Market_Managed" error


Working on trying out the market licensing service, and I'm running into a few problems with the sample application.

When I first ran the sample, I got an error saying that the application was not licensed. I linked my account to the simulator in order to get it to get the test response, and now I get an error saying "Application error: NOT_MARKET_MANAGED"

Does this mean that I have to upload the app to the market in order to test to see if it works?


Solution

  • Yes your app has to be on the market and if it already is, you have to have a version code number which is greater or equal than the one already published.