You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a consumable on iOS and everything is working fine : I can buy the consumable as many times as I want.
However on Android, I am getting this error when trying for the second time:
"Error: You already own this item."
Am I missing something or we can not buy Android consumables multiple times ?
Thank you.
Version of react-native-iap
2.4.0-beta6
Version of react-native
0.57.8
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
I should be able to buy a consumable as many times as I want.
Actual behavior
I can only buy the item once.
Tested environment (Emulator? Real Device?)
Real device
The text was updated successfully, but these errors were encountered:
Okay this is a copy of #126
For people wondering (this is not quite clear in the doc), on Android you need to "consume" your products after the purchase so they are able to buy again. (You can use consumeAllItems())
Hello,
I created a consumable on iOS and everything is working fine : I can buy the consumable as many times as I want.
However on Android, I am getting this error when trying for the second time:
"Error: You already own this item."
Am I missing something or we can not buy Android consumables multiple times ?
Thank you.
Version of react-native-iap
2.4.0-beta6
Version of react-native
0.57.8
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
I should be able to buy a consumable as many times as I want.
Actual behavior
I can only buy the item once.
Tested environment (Emulator? Real Device?)
Real device
The text was updated successfully, but these errors were encountered: