-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android update rolling back #717
Comments
Hi @cosmith, do you have separate apps for iOS and Android with different deployment keys? If not this may be the root cause of this issues. Please let us know. |
Hi, we have the same deployment key on both apps. We managed to find the actual error by reinstalling the app from the store on the device where it wasn't working:
|
Thank you for your reply @cosmith! So it would be better to create separate apps. Please let us know if you need further help or we can close the ticket? |
Ok I think we figured it out: since we deploy on the same key, and we deployed iOS right after Android in both cases, it worked for 3 minutes (where we tested it on our devices) and then stopped working. |
Correct, please let us know if deploying to separate platforms resolve the issue. |
@max-mironov thanks! I think this should be a lot more visible in the docs, not buried in a note like it is right now. Maybe change the message to: WARNING: Using the same app for iOS and Android will cause installation exceptions because the CodePush update package produced for iOS will have different content from the update produced for Android. |
@cosmith that make sense, thank you for feedback. Will try to update docs to make things more evident. |
Sure, thanks for your help! |
…fferent platforms more clear Due to multiple requests in discord chanel, microsoft#723, microsoft#717
…fferent platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717
#406) * Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * Minor tweak for readme
* Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * Add ability to specify build type for Cordova Also fixes issue #392 * revert changes not related to this PR * Minor tweak for readme * Reordered param names for cordova-release command in Readme alphabetically
* Modified Issue_Template to be more descriptive * Some minor changes to decription field * Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * FIxed spelling for Readme
* Modified Issue_Template to be more descriptive * Some minor changes to decription field * Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * FIxed spelling for Readme * Supress XCode warnings on build See #218 for details
* Modified Issue_Template to be more descriptive * Some minor changes to Description field * Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, #723, #717 * Minor additional tweak for readme * Bump xcode dependency Should fix Warnings from yarn regarding node-uuid #419 (microsoft/code-push#419) issue
* Improved messages to make intention of creating different apps for different platforms more clear Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717 * Minor tweak for readme * Add ability to use plain integer number for app version See #377 for details
Hi,
We recently deployed CodePush in our app. Everything is going fine on iOS but the Android version doesn't update. Looking at the logs on one of our devices we found the
An update is available, but it is being ignored due to having been previously rolled back.
message.1.16.1-beta
~0.38.0
release
physical
code-push deployment history Truckfly Production
Any ideas?
The text was updated successfully, but these errors were encountered: