Ashok
Ashok

Reputation: 637

How can I solve this issue IAP(InAppPurchase)billing in Android?

I am used to develop the app using InAppPurchase(IAP) billing api . I already uploading app it's works fine. After 1 month i run the previously uploaded app in my Eclipse shown the following dialog shown please see the below screenshot once

Error
This version of the application is not configured for billing through Google Play. Check the help center for more information.

enter image description here

I didn't understand what mistake I've done.

Upvotes: 1

Views: 173

Answers (2)

Ramesh
Ramesh

Reputation: 1252

Are you testing signed APK? To test InApp purchase you need to use signed APK. I got the same error when i installed unsigned apk in device. Also make sure you have updated google play installed in your device.

Thanks

Upvotes: 1

Nikita Shah
Nikita Shah

Reputation: 117

You have to create google developer account where you will get api key and you can download inapp jar. Visit : https://developer.android.com/google/play/billing/index.html?hl=d

Upvotes: 0

Related Questions