react-native-code-push
react-native-code-push copied to clipboard
iOS codepush check update fail on Staging environment
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
- I follow this doc for enable multi-deployment-testing
- check_update is on manual (with
codepush.syncmethod) - It works on Android Staging, on Android release, on iOS release but not in Staging iOS
Expected Behavior
On Android : the check_update method works with this url get:
GET https://codepush.appcenter.ms/v0.1/public/codepush/update_check?deployment_key=XXXXXXXXXX&app_version=4.22.9&package_hash=XXXXXXXXX&label=v14&client_unique_id=XXXXXXXX
WIth response 20
I want to have the same behavior and the same response on iOS staging environment.
Actual Behavior
What actually happens?
I have this get Method url with status Code 400:
GET https://codepush.appcenter.ms/v0.1/public/codepush/update_check?&app_version=4.22.9&client_unique_id=XXXXXXXXXXXX
Environment
- react-native-code-push version:
7.0.4 - react-native version:
0.67.4 - iOS/Android/Windows version:
iOS 15.5 - Does this reproduce on a debug build or release build?
no only in Staging build - Does this reproduce on a simulator, or only on a physical device?
physical device