0

Does anyone have experience with CODE PUSH (Microsoft APP center) for financial applications? Is CP something that can be secured at a level where malicious code injection is virtually eliminated (from a technical/product perspective)?

The value of CODE PUSH for multiples teams working on a single super app is clear, but I am trying to identify the drawbacks.

Cheers

1 Answer 1

1

CodePush has a Code-signing feature that should fix security issues. You just sign your CodePush update with your private key. Then updates will be checked on devices with your public key. It will guarantee that no updates will be installed except signed with your private key.

More info here: https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-android.md#code-signing-setup

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.