ios - Why My RN Project could't load the code-push download JSBundle file -
i wrote rn demo project , installed code-push in it.
i upload local files micro service , this:
and when open app can remind me download new files this:
but told me update invalid - js bundle file named "index.ios.jsbundle" not found within downloaded contents. please ensure app syncing correct deployment , releasing codepush updates using exact same js bundle file name shipped app's binary.
how should do? can me ?
because can't test feature in ios simulator.
you should notice there difference between staging , production need set key in xcode project.
as reminder, can retrieve these keys running code-push deployment ls -k terminal.
read docs here: https://github.com/microsoft/react-native-code-push#ios
btw: apple doesn't allow pop dialog inform updating.


Comments
Post a Comment