I am using react-native-version-check to open app store/play store if update is available, but on iOS it open iTunes store, I want to open AppStore.
This is my code:
_onPressUpdate = async () => { Linking.openURL(await VersionCheck.getStoreUrl({ignoreErrors: false, appID: "407690035", appName: "hotel-tonight-last-minute", packageName: "com.hoteltonight.android.prod"})); } // this appID and appName is just from some random app on the app store for testing