0

I'm just getting crazy...

My app is still in beta version. I'm trying to test the license part before publish it. But I still keep receiving ERROR_NOT_MARKET_MANAGED answer. My e-mail is already in Developer Console (Settings > License Testing), the answer is set to LICENSED, and I verified my public key like thousands times. This is my code:

callback = new DfmLicenseCheckerCallback(this, progress);           

AESObfuscator obfuscator = new AESObfuscator(SALT, this.getPackageName(), Unique.GetKey());
ServerManagedPolicy policy = new ServerManagedPolicy(this, obfuscator); 
checker = new LicenseChecker(this, policy, appKey);

checker.checkAccess(callback);
CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
Carol
  • 11
  • 5

1 Answers1

1

Find the problem. Even in BETA you have to publish your app to see its license.

Carol
  • 11
  • 5