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
It seems like the in-app update feature is not correctly identifying the available updates between the two APKs.
Please let me know if any additional information is needed or if there's a known issue regarding this behavior.
Seems to be the same issue when I am testing in Testflight
Thank you!
The text was updated successfully, but these errors were encountered:
grandolinah
changed the title
Issue: In-App Updates Not Working as Expected on Android
Issue: In-App Updates Not Working as Expected on Android and IOS
Sep 24, 2024
If you already have the app in play store, then the version you upload to internal app share must be lower than the version in production. Only after doing this was I able to see the popup appear on android.
Hello,
I am encountering an issue with the sp-react-native-in-app-updates library in my React Native app.
App versions:
Description of the issue:
I have two different APKs uploaded to the internal test track in the Google Play Console, with the following version codes and version names:
versionCode: 412196114, versionName: 309.0.0
versionCode: 412196115, versionName: 310.0.0
When I try to check for updates in my app using the example provided in the setup (https://github.com/SudoPlz/sp-react-native-in-app-updates/blob/master/example/src/App.tsx), I receive unexpected results (please see the attached image below for reference).
It seems like the in-app update feature is not correctly identifying the available updates between the two APKs.
Please let me know if any additional information is needed or if there's a known issue regarding this behavior.
Seems to be the same issue when I am testing in Testflight
Thank you!
The text was updated successfully, but these errors were encountered: