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);