IAP subscription purchase error.
See original GitHub issueVersion of react-native-iap
Latest
Expected behavior
data
Actual behavior
Error
Steps to reprodue the behabior
Well in my case, Install -> manual merge -> then this code
try {
//also tried RNIap.getSubscriptions().then((data) => ....);
RNIap.getProducts().then((item_receipt) => {
console.log(item_receipt);
}).catch(err => alert('errror :' + err))
} catch (err) {
alert('errror :' + err);
}
Error message: Type Error Cannot read property of getitems of undefined.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
In-App Purchases Error: This item … | Apple Developer Forums
I have Auto-Renewable Subscriptions in my app. Monthly Subscription and Annual Subscription. In the SandBox Environment, these two works fine.
Read more >Fix for "Your Purchase Could Not Be Completed" error in App ...
1) The item is not available in your country · 2) Your Apple ID is disabled or locked · 3) Your payment method...
Read more >I keep getting a "Purchase Failed" message. - Wildlife Studios
I keep getting a "Purchase Failed" message. · 1. On your iOS device: Go to Settings - [your name] - iTunes & App...
Read more >SKErrorDomain error 0 and how to fix it - Qonversion
This error mostly comes directly from Apple, and is an unknown error to do with their API. If you are using Qonversion to...
Read more >Integrate the Google Play Billing Library into your app
Life of a purchase · Active: User is in good standing and has access to the subscription. · Cancelled: User has cancelled but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hungvu193 try to connect the library manually, it works for me. 👯♂️
There are many fluctuations with latest react-native version. IF facing any issue try to go previous build,