1

Possible Duplicate:
This version of the application is not configured for billing through Google Play

I already have an application (with inapp purchase) in android market. My problem is inapp purchase functionality is not working properly and I re-write the code again. Now I want to run the application to test but i getting error message. "This version of the application is not configured for billing through Google Play."

I have permission in manifest file too. And checked with signed apk.

Please help.

Thanks

Community
  • 1
  • 1
Monali
  • 1,966
  • 12
  • 39
  • 59

2 Answers2

3

you have to sign the apk and uninstall previous apk and re-install the sign apk in device..then this error will not occur....Try it..

Mehul Ranpara
  • 4,245
  • 2
  • 26
  • 39
  • I followed the suggestion, but still getting same message even with the signed apk, I tested thrice. –  Oct 14 '14 at 08:16
  • In IABHelper, I initialized ITEM_TYPE_INAPP as public static final String ITEM_TYPE_INAPP = "subs"; Initially it was "inapp" instead of subs. Is that what I have done wrong? –  Oct 14 '14 at 08:18
0

If you are install unsigned apk on android device then this "This version of the application is not configured for billing through Google Play" error is displaying so First uninstall old app from device and re-install new signed apk on device, it will solve your problem.

Dipak Keshariya
  • 22,193
  • 18
  • 76
  • 128