Yiankos
Yiankos

Reputation: 33

Google Play Services (RESULT_LICENSE_FAILED)

I have created an app and a service (service for Leaderboard), everything works fine with leaderboard when i am signed in with my tester google account. When i change to another account it show me:

RESULT_LICENSE_FAILED Error=3 Code=10003

p.s.1 My service is fully published

p.s.2 My updated app (implementing Google Play Services -Leadeboard) is not published at Play Store.

Do you think that if i publish my updated app will be working fine, or i have to check something else?

Upvotes: 1

Views: 500

Answers (1)

Clayton Wilkinson
Clayton Wilkinson

Reputation: 4572

Enabling anti piracy in the linked application when you setup your game could cause this, see https://developers.google.com/games/services/android/antipiracy This can cause that error when not downloading the app from the play store.

Upvotes: 1

Related Questions