This repository was archived by the owner on May 20, 2025. It is now read-only.

Description
Description
CodePush won't install updates in case there are unhandled exceptions are present in codePushStatusDidChange method (the same is for codePushDownloadDidProgress method).
Reproduction
Add throw Error("Break CodePush!") line in the end of codePushStatusDidChange method.
Solution
Need to wrap up syncStatusCallback and codePushDownloadDidProgress methods with another methods that should contain try/catch block.
I'll publish PR that should fix the issue.