I am currently publishing my app for user testing using Expo, and it works fine when Android users scan the QR code. However when my friend on iOS tries to use the QR code on their Expo Go app(they are logged in), they get the following error: "The Operation couldn't be completed. EXNetwork Error 403". This also happens when I email my friend the link to the project.
I had a similar issue, which was resolved by accepting a new policy on the Apple developer website.
The error I got:
Apple 403 detected - Access forbidden
It seems like expo changed something recently to conform with the guidelines of Apple.
There are four steps you need to do when you have an app that is currently only being published on your account and others can't access it.
app.json
{
"expo": {
"name": "NAME",
"slug": "name",
"owner": "ORGANIZATION_NAME",
...
}
}
Optionally, you could also convert your personal account to an organization.
Encountered the same issue and this worked for me.
Note! member has to create an account with expo. steps:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With