Skip to content Skip to sidebar Skip to footer

Contacting Licensing Server

I'm trying to publish my app for 3 hours now, but I can't get the license check to work. In my onCreate method I got this code: // Try to use more data here. ANDROID_ID is a single

Solution 1:

Code looks good to me. But I have a similar problem at the moment. Did you ...

  • restarted network connection
  • restarted your phone
  • clear the data of google play store (settings -> apps -> google play store)
  • clear the data of google play services
  • logged in your device google play store with your publisher/testing account

Let me know, if solved the problem.

Thanks Best wishes

Solution 2:

I had this issue also when dealing with expansion files and nothing changed in my app except updating the expansion file and the manifest version #.

It took over an hour before my app would finally find and download the new expansion file. Up until that point, it just kept giving random errors like "Error contacting licensing server", then it would say that it downloaded the file (but the byte size was 1 byte, so it didn't) and the file validation would fail, etc.

As Joda said in the comments, Google is just slow sometimes. Wait a few hours and try again. Doing the steps that Christine listed in her answer can also help, but it might just be that you need to wait longer.

Solution 3:

its internet problem. Please test it with high speed internet.

Post a Comment for "Contacting Licensing Server"