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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
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
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