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
But at the same time, some users complain that they have money written off from the card but they do not receive the purchased reward. This can occur if an error ({"NSLocalizedDescription":"Cannot connect to iTunes Store"}) occurs in RNIap.buyProductWithoutFinishTransaction, but I don't understand why the money deducted without calling RNIap.finishTransaction.
Tell me what I'm doing wrong?
Version of react-native-iap
2.4.9
Version of react-native
0.57.8
Platforms you faced the error (IOS or Android or both?)
IOS
Tested environment (Emulator? Real Device?)
Real Device
The text was updated successfully, but these errors were encountered:
Please see guide code to prevent such issue. What you are using is quite old detail which we've removed from the readme. You can see related issue in #307 which we've solved in #348.
Hi! I have a problem. Now payment process looks like that
But at the same time, some users complain that they have money written off from the card but they do not receive the purchased reward. This can occur if an error (
{"NSLocalizedDescription":"Cannot connect to iTunes Store"}
) occurs inRNIap.buyProductWithoutFinishTransaction
, but I don't understand why the money deducted without callingRNIap.finishTransaction
.Tell me what I'm doing wrong?
Version of react-native-iap
2.4.9
Version of react-native
0.57.8
Platforms you faced the error (IOS or Android or both?)
IOS
Tested environment (Emulator? Real Device?)
Real Device
The text was updated successfully, but these errors were encountered: