Andrej Česen

Results 7 comments of Andrej Česen

We're observing the same issue. `POST /v0.1/public/codepush/report_status/deploy` call fails with status `400`, meanwhile `GET /v0.1/public/codepush/update_check` call succeeds on both platforms. Edit: updated with new findings ## Environment * react-native-code-push version:...

I think I've found the culprit; even though I override `deploymentKey` option when calling `sync`, `POST /v0.1/public/codepush/report_status/deploy` call still uses the default `CodePushDeploymentKey` set in `Info.plist` (for iOS) and `strings.xml`...

Hey @alexandergoncharov, no problem :) Let me clarify; when initially calling `sync`, the following calls happen in sequence: 1. `POST /v0.1/public/codepush/report_status/deploy` → this call has its body param `deployment_key` set...

@Zo2m4bie Hey, could you elaborate on why RSA doesn't work with your solution?

Awesome, thanks for sharing @Zo2m4bie.

@CWolfs @Zo2m4bie That's exactly what I did, based off of your solution :) I'll try to publish a PR with the changes here in the upcoming days.

You can [use overrides in `package.json` to force spec for a specific dependency](https://stackoverflow.com/a/74734729).