-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Android Only] Error! Public key was provided but there is no JWT signature within app bundle to verify. #2141
Comments
I have started observing exactly the same issue, Android Only, just today. |
Facing the same isssue |
The exception is:
The generated signature path is:
|
This change is very suspicious... |
I can confirm that locking |
This is actually extra annoying as as far as I can see the fix itself can't be code-pushed. 🙃 The knock on effect of this is me having to force my android users to upgrade to a new full play store release to ever get code push working for them. Bit of a nightmare. Feel like we need a big warning somewhere about this release. |
Confirmed. 7.0.2 is a non working release for Android. Downgraded to 7.0.1 and it worked like it used to |
I'm using 7.0.1 with React Native 0.65.1 and it's not working |
Hi @felipeaugusto1. According to the documentation at https://github.com/microsoft/react-native-code-push#supported-react-native-platforms 0.65.x requires 7.2+. So I am afraid you will have to wait until this bug gets fixed, if you can't downgrade your RN version. |
I didn't notice that @immutable-pro . Thank you for the info |
I was able to get the 7.0.3 version working with react-native 0.65.1. Just had to downgrade |
Neither 7.0.2 or 7.0.3 solves this issue. |
I have the same issue. I downgrading Code push version from 7.0.3 to 7.0.1, Neither 7.0.2 or 7.0.3 solves this issue. Environment |
Which version of react-native are you using? |
I've tested it on 0.64.2 |
I am facing the same issue |
Problem has been solved! Follow the steps: [CodePush] Reporting binary update (2.2.1) |
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. |
I'm still facing this issue on Android. Any update?
i added my
|
It works on IOS! Same private.pem & public.pem.
Expected Behavior
What you expected to happen?
Actual Behavior
After download and extract the bundle's content:
I got this error:
Step
Add CodePushPublicKey string item to
android/app/src/main/res/values/strings.xml
Double check https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-android.md#plugin-installation-and-configuration-for-react-native-060-version-and-above-android
Release command:
appcenter codepush release-react \ -a MyCompany/MyApp \ -d Staging \ -k private.pem \ -m --description "Release a test update"
Environment
The text was updated successfully, but these errors were encountered: