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
I implemented react-native-iap and config in Appstore Connect. I used Storekit to test it:
I created a storekit file and sync with apple developer account
My storekit can sync and get subscriptions I added in Appstore Connect
I change scheme options with storekit configuration
It works perfectly
Then I want to test with Sandbox account, so I edited scheme to none with storekit configuration. But when I debug on my phone, do not have any subscriptions fetched!
When set up in Appstore connect, I agreed with Terms but not add bank account. My question is: "Does missing adding bank account is the problem in my case?"
**Expected Behavior
Can fetch subscriptions without storekit config.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implemented react-native-iap and config in Appstore Connect. I used Storekit to test it:
Then I want to test with Sandbox account, so I edited scheme to none with storekit configuration. But when I debug on my phone, do not have any subscriptions fetched!
When set up in Appstore connect, I agreed with Terms but not add bank account. My question is: "Does missing adding bank account is the problem in my case?"
**Expected Behavior
Can fetch subscriptions without storekit config.
**Environment:
react-native-iap:
react-native:
Platforms (iOS, Android, emulator, simulator, device): ios 15.5, real phone
Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions