Domanda

I have implemented Google LeaderBoard in my android application. It is working fine when it is not published (testing mode) but it is showing "application is incorrectly configured".

È stato utile?

Soluzione

This may be a case of using the Debug Key during development, but then using a different Key for production.

If you are using Eclipse, and run as "some.android.app" using the steps that are normally shown in setting up the application (tutorials I've seen online), I would bet that many setup the app to run using the Debug Key. (or some default Debug Key)

When you compiled your app to upload, did you use the same Key that is used to debug? (if you try to install it to your device after build, if you get the error that the package doesn't match, then it's a different key)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top