Live reloading in the new iOS update/with published projects

iPhone user here; when I used to be able to scan a QR code to load my app, live reloading was supported, which was incredibly useful. Now, to adjust to the lack of QR scanning in the iOS update, I’ve published my app and am trying to access it through my published projects on the iOS Expo app; however, my app seems to stay in the same state not matter what I change in my code, and no matter how many times I try to refresh. Is live reloading just not supported through published apps? Is there any alternate way someone like me can get live reloading (Windows laptop, iPhone)?

Hey @lmotley,

Your published apps are in production mode. In order to see live code changes, you need to be using exp or XDE to have the packager serve your project in Dev mode.

Cheers,

Adam

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.