Hi,
I’d like to know how to config IAP item so that it can be purchased several times. It’s pretty similar to this design:
https://projects.developer.nokia.com...23CCA5222.html
The problem is when I try repeating a purchase for the same productID, the payment process can’t be done because IAP system assumes that the item has already been purchased. Moreover, using NO_FORCED_RESTORATION flag doesn’t help:
m_pIAPManager. purchaseProduct(m_strProductID, IAPClientPaymentManager.NO_FORCED_RESTORATION);
Can anybody help with a solution?
Thanks a lot.

Reply With Quote
. I didn't notice that. Anyway, I just want to know whether the IAP system allows us to purchase one productID several times or not. And it's already been made clear by Igor.

