Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Getting Cannot perform diff-update error for subsequent updates #76

@sahil-infocusp

Description

@sahil-infocusp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions