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
Getting E_IAP_NOT_AVAILABLE error even when using withIAPContext HOC correctly. The error persists after implementing the context as per documentation.
Is there a specific initialization step I'm missing? Should withIAPContext be applied differently in an Expo managed project?
I'm using withIAPContext HOC and trying useIAP().
Environment:
react-native-iap: ^12.16.0
React Native: 0.76.5
Platform: Android
Device: Expo in Samsung Galaxy S24
Development Environment: Linux
The text was updated successfully, but these errors were encountered:
Getting
E_IAP_NOT_AVAILABLE
error even when usingwithIAPContext
HOC correctly. The error persists after implementing the context as per documentation.Is there a specific initialization step I'm missing? Should withIAPContext be applied differently in an Expo managed project?
I'm using withIAPContext HOC and trying useIAP().
Environment:
The text was updated successfully, but these errors were encountered: