-1

I have implemented the In-App purchase in my app using version 3 billing API . According to the .aidl file , this API allow only 20 SKU items from the play store. But i have 24 items listed there. When i list all the 24 items, it throws the Developer Error . But when i list less than 20 items , i could able to connect. Is there any solution to overcome this . ?

I google it and got a patch for IabHelper.java. But no use. Can anyone help me here.. ? and sorry for my poor english.

Thank you ,

Swaminathan V
  • 4,663
  • 2
  • 22
  • 32

1 Answers1

0

It seems such issue was fixed in OpenIAB (it's based on improved IabHelper).

Probably these snippet could help: IabHelper

Oleg Orlov
  • 41
  • 3