I do a lot of React Native Bootcamps.
During the hackathon day I use expo publish to ship applications on my profile
Example: https://expo.dev/@flexbox/jimmy-punchline
Problem only with iOS devices
If people want to have a preview on their phone, I have this error message
back in 2018 we had to change the expo go app on ios to restrict access only to authors of a project or developers on the same team as the author with viewer privileges. it looks like in the latter screenshot the phone was in dark mode and so the text was incorrectly set to white, a regression that was fixed in https://github.com/expo/expo/pull/15516 but not released to the app store yet.
I encountered the same problem today.
I managed to open projects just fine in “expo go” on iOS that was downloaded about 2 months ago and today I downloaded “expo go” for a colleague and now he gets similar error:
Might it be related or is it some other issue or am I missing something?
How can I publish my project to iOS users in “expo go”(on Android it works fine)?