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
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
test link work
itms-services://?action=purchaseIntent&bundleId=com.example.app&productIdentifier=com.example.app.productid
Actual behavior
nothing happen
in Xcode Log it show
[Daemon] [SKPaymentQueue]: Tried to send purchase intent: {com.example.app.productid} to delegate, delegate does not respond to method
Tested environment (Emulator? Real Device?)
IOS Real Device Iphone XR
Steps to reproduce the behavior
create new project
install react-native-iap
add listener according to example
open test link
The text was updated successfully, but these errors were encountered:
Version of react-native-iap
4.4.2
Version of react-native
0.61.5
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
test link work
itms-services://?action=purchaseIntent&bundleId=com.example.app&productIdentifier=com.example.app.productid
Actual behavior
nothing happen
in Xcode Log it show
[Daemon] [SKPaymentQueue]: Tried to send purchase intent: {com.example.app.productid} to delegate, delegate does not respond to method
Tested environment (Emulator? Real Device?)
IOS Real Device Iphone XR
Steps to reproduce the behavior
create new project
install react-native-iap
add listener according to example
open test link
The text was updated successfully, but these errors were encountered: