Skip to content
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

Open
sahil-infocusp opened this issue Jan 18, 2023 · 4 comments
Open

Comments

@sahil-infocusp
Copy link

sahil-infocusp commented Jan 18, 2023

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 error Cannot perform diff-update
image

Additional Information

  • iOS/Android/Windows version: - tested in iOS 14,15,16 and android 10,11,12 and probably in others
  • Does this reproduce on a debug build or release build? - both
  • Does this reproduce on a simulator, or only on a physical device? - both
@maelp
Copy link

maelp commented Feb 9, 2023

This PR should fix it ;) #77

@afilp
Copy link

afilp commented Feb 28, 2023

@leo6104 @maelp Can someone please merge this PR? Thanks!

EloyEscenit added a commit to Escenitech/capacitor-codepush that referenced this issue Apr 1, 2023
Getting Cannot perform diff-update error for subsequent updates:
mapiacompany#76

Based on this PR:
https://github.com/mapiacompany/capacitor-codepush#pull/77
hmphu added a commit to evehr-vn/capacitor-codepush-bk that referenced this issue Jul 21, 2023
hmphu added a commit to evehr-vn/capacitor-codepush that referenced this issue Aug 4, 2023
hmphu added a commit to evehr-vn/capacitor-codepush that referenced this issue Aug 4, 2023
@Vesely
Copy link

Vesely commented Mar 12, 2024

Some update? @maelp why was #77 closed?

@maelp
Copy link

maelp commented Mar 12, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants