2

I know that this question was asked several times, but i've tried a lot to resolve my problem without success.

My use case is :

  • i've uploaded an apk on google play (as draft but activated)
  • i've this same apk on my phone
  • i've signed in on my phone with my publisher account
  • i've set up the NOT_LICENSED response in my console google play.

But i always get the LICENSED Code response.

Any idea where i may be wrong?

Thanks for the help

tdurand
  • 407
  • 5
  • 16

1 Answers1

1

In the Server Response Codes table of the Android Developers documentation you'll find the following decription of the LICENSED response:

The application is licensed to the user. The user has purchased the application or the application only exists as a draft. [emphasis mine]

So it looks like the reason you're getting that code is listed in your first bullet point: your apk only exists as a draft.

You can also refer to this other similar question.

Community
  • 1
  • 1