bobygerm
bobygerm

Reputation: 483

Android In-app billing : "RESULT_DEVELOPER_ERROR"

I am unable to understand why i get a "RESULT_DEVELOPER_ERROR" in my implementation of "in-app billing".

What i've done :

The begining of exchanges with Google Play is :

Then I am able to use the 4 reserved product id ?

Is there something i missed ?

Upvotes: 4

Views: 5686

Answers (1)

Nikolay Elenkov
Nikolay Elenkov

Reputation: 52936

The app needs to be signed with your production key and the one uploaded to Google Play should be the same version as the one you are testing with.

Upvotes: 9

Related Questions