Closed shushilanandtrika closed 1 year ago
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
We are getting the following error only in android and only in some devices. We have noticed this error only appear in android version 10 and below. Everything works great with the code push in our app with android 10 and higher. This error is also only there in app bundle when we run gradlew bundleRelease.
com.microsoft.codepush.react.CodePushInvalidUpdateException: The update could not be verified because it was not signed by a trusted party.
When we run codePush.sync we get codePush.SyncStatus.UP_TO_DATE instead of getting the latest version from codepush.
Steps to Reproduce
Expected Behavior
App should update on all devices running android 5 and above.
Actual Behavior
Code push doesn't work on android 10 and below
Environment