The image is about my process, can any one help please?
Asked
Active
Viewed 81 times
-1
-
Questions where we need to click some link before we even have a chance to understand what you are asking are never good question. Read our [tour] to get basic grasp on how this site works and perhaps [formatting help](http://stackoverflow.com/help/formatting) as well, and then rewrite your question, please. Don't be afraid if it's set "on hold" meanwhile, this is to give you time to edit it; we will open it again once it's clear. – Pavel V. Mar 10 '16 at 12:02
1 Answers
0
From reading your link, it doesn't look like you set your JS bundle location to [CodePush bundleURL] in your AppDelegate.m file, which would prevent the app from retrieving the new JS update after your downloaded an update and restarted the app.

Jonathan Carter
- 1,029
- 1
- 9
- 17
-
I set my JS bundle location to [CodePush bundleURL] in my AppDelegate.m file, but my app doesn't change – wangle Mar 11 '16 at 01:56
-
Can you take a look at the logs in either Xcode or Chrome to see if any issues are happening as part of the sync? – Jonathan Carter Mar 11 '16 at 02:02