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
The first time when i call requestSubscription method it prompts for Apple Id login and then failed with error and purchaseErrorListener lister method call with error but when I call requestSubscrioption Second time it works fine.
Expected Behavior
It should be open confirmation popup for payment and do success.
Environment:
-"react-native-iap": "^12.10.5"
react-native:
Platforms (iOS, Android, emulator, simulator, device): Apple TV (Real device)
To Reproduce
Steps to reproduce the behavior:
Install a fresh app
Request for subscription using requestSubscription({sku: sku}) method
Description
The first time when i call requestSubscription method it prompts for Apple Id login and then failed with error and purchaseErrorListener lister method call with error but when I call requestSubscrioption Second time it works fine.
Expected Behavior
It should be open confirmation popup for payment and do success.
Environment:
-"react-native-iap": "^12.10.5"
To Reproduce
Steps to reproduce the behavior:
**Here is my code for request subscription: **
requestSubscription({sku: sku}).then(result => { console.log('Subscription rsult-', result); subscriptionReceiptValidate(result); }).catch(error => {console.log("Error==",error)});
Native Log:
[react-native-iap] Purchase Started
2023-06-28 12:54:56.113414+0530 TopCourt-tvOS[341:60954] <SKPaymentQueue: 0x283bb1030>: Payment completed with error: Error Domain=ASDErrorDomain Code=825 "No transactions in response" UserInfo={NSDebugDescription=No transactions in response}
[react-native-iap] Purchase Failed
PurchaseErrorListener method Log:
Please help me to fix.
The text was updated successfully, but these errors were encountered: