react-native-iap
react-native-iap copied to clipboard
Error: This feature is not available on your device.
I am getting this error while calling getProducts() of iap for android
same with the latest version
This is probably because of the user's play store does not support the new Play Billing SDK. The methods were removed in this library as they were marked as deprecated
@andresesfm therefore, do u think we should advise our customer to update their android version on their phone? Also, do u have a specific android version which has been cutoff?
I've added isFeatureSupported you should check if it's available before using the api
I've added
isFeatureSupportedyou should check if it's available before using the api
When I tried to use this function the entire app crashed with the following error.
I also tested it on a brand new empty project. And I called initConnection before calling isFeatureSupported if that matters. In all cases the app crashes.
- react-native-iap: 12.10.4
- react-native: 0.70.8 and 0.71.7
- Platforms (iOS, Android, emulator, simulator, device): Android 11 device
- PlayStore: 35.3.10-21
In my case I needed to accept invite via URL on my device after starting Internal Testing in Google Play and adding myself as license tester.
I've added
isFeatureSupportedyou should check if it's available before using the apiWhen I tried to use this function the entire app crashed with the following error. I also tested it on a brand new empty project. And I called
initConnectionbefore callingisFeatureSupportedif that matters. In all cases the app crashes.* react-native-iap: 12.10.4 * react-native: 0.70.8 and 0.71.7 * Platforms (iOS, Android, emulator, simulator, device): Android 11 device * PlayStore: 35.3.10-21![]()
I am having the same This feature is not available on your device problem and after trying to call the isFeatureSupported first I get the cannot convert argument crash.