sp-react-native-in-app-updates
sp-react-native-in-app-updates copied to clipboard
Testing library on emulator or TestFlight
In a documentation I see that the library make a decision about update availability depends on application version in the AppStore. Are there any ways to test this react-native-in-app-updates via TestFlight or even iOS emulator?
Some similar issue here, getting the following response in console
{"other": {"updateIsAvailable": false}, "reason": "Couldn fetch the latest version", "shouldUpdate": false}
If your app is available only in one country, the country field must be provided for the startUpdate and checkNeedsUpdate methods. By doing so, you can see the update alert on your ios device.