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:

enter image description here

and when open app can remind me download new files this:

enter image description here

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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -