React native iap can't fetch products (subscriptions) from Apple account

561 Views Asked by At

Stuck with implementing react native iap. connection success. But subscription plans goes error.

Installed package

npm i react-native-iap

Sourcecode

import * as RNIap from 'react-native-iap'

Connection seems successful:

RNIap.initConnection() //return true

not getting subscription plans

RNIap.getAvailablePurchases(['PCKGIDS']) //no response

Instead a pop up alert box appears, prompting to sign in to the Apple account, failing to sing in to that and showing as incorrect password

0

There are 0 best solutions below