I am intermittently seeing an exception when calling "checkVersion". The exception happens about 25% of the time. im calling the function as follows:
let check = await checkVersion({
version: versionLocal, // app local version
iosStoreURL: updateConfig.urls.ios.check,
androidStoreURL: updateConfig.urls.android.check,
country: 'us',
});
where variables are (expect i am using my real id# and app name) :
ios: {
check: 'https://apps.apple.com/us/app/yachtwave/id1234567890',
},
android: {
check: 'https://play.google.com/store/apps/details?id=com.myapp.app',
Hoping you can help find the issue as it is affecting version checks - thanks!
I am intermittently seeing an exception when calling "checkVersion". The exception happens about 25% of the time. im calling the function as follows:
where variables are (expect i am using my real id# and app name) :
Hoping you can help find the issue as it is affecting version checks - thanks!