-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting empty products #2452
Comments
@andresesfm Hi Andres Can you help in this if you can check it with the latest Version as I am using and getting products array as empty in the IOS. |
Try sk2 |
Hi @andresesfm sk2 also not worked still getting an empty array. Ist way 2nd way Still getting empty array |
Faced the same problem today. Updating the version of react-native-iap didn't help. |
Please make sure that you accepted an agreement for paid apps here https://appstoreconnect.apple.com/agreements/#/ before getting products |
@zheoreh does this includes having approved the tax forms information or only accepting the agreement? |
I see my project this problem :( |
const productIds = ['plan149];
RNIap.initConnection().then(output=>{
console.log('output',output)
RNIap.getProducts({skus:productIds}).then(productName=>{
console.log('productName',productName)
})
I am using this function and app products also ready to submit state. As I am adding productIds array it is giving me empty array in the IOS. As I am not using this for android right now. But it is not working in App Store.
The text was updated successfully, but these errors were encountered: