forked from areo/capacitor-codepush
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Getting Cannot perform diff-update
error for subsequent updates
#76
Comments
This PR should fix it ;) #77 |
EloyEscenit
added a commit
to Escenitech/capacitor-codepush
that referenced
this issue
Apr 1, 2023
Getting Cannot perform diff-update error for subsequent updates: mpaghq#76 Based on this PR: https://github.com/mapiacompany/capacitor-codepush#pull/77
Not sure... you can grab my fork if you want a version which works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I created an android app in appcenter for kotlin/java platform, and to use the codepush created another app with platform react-native (since we cannot use codepush with kotlin/java platform in appcenter).
Now to do the live update release, I run the below command and it creates the codepush release successfully.
appcenter codepush release -a <react-native-app> -d Staging -c .\android\app\src\main\assets\public\ -t 1.0
In my code
codepush.sync()
works fine for the first time and applies the update successfully, but when I do another release it fails giving the errorCannot perform diff-update
Additional Information
The text was updated successfully, but these errors were encountered: