2

In my app I have integrated in app billing system and its working properly in the devices of 2.3.6 and above, but when I test it on 2.3.3 and 2.2.1 then in app billing is not triggered. I have used the following code to test in a button click listener:

val = billingService.requestPurchase("android.test.purchased", payloadContents);

Is there any documentation that in which version should it run or any solution of it?

ahodder
  • 11,353
  • 14
  • 71
  • 114
Reyjohn
  • 2,654
  • 9
  • 37
  • 63
  • There are responses on the same topic below. Hope these help. [1]: http://stackoverflow.com/questions/11457580/android-inapp-billing-billingservice-has-compile-errors-with-onserviceconnecte/11518351#11518351 [2]: http://stackoverflow.com/questions/11651557/android-billing-should-i-implement-the-serviceconnection-or-the-imarketbilling [3]: http://stackoverflow.com/questions/11099702/android-inappbilling-what-to-do-when-user-presses-the-buy-button/11201382#11201382 – Siddharth Aug 08 '12 at 03:12
  • First get the hello world working, and then debug it. Trust me its way easier that way. – Siddharth Aug 08 '12 at 03:13

0 Answers0