AuthSession.startAsync() not opening browser after publish

Calling AuthSession.startAsync() appears to do nothing after I publish. This works flawlessly in development, I get a notification regarding expo asking for permission, by clicking yes the in app browser opens and I’m able to authenticate through my service. As soon as I publish/deploy to prod, nothing happens. I don’t get any permission request. I don’t seem to have much visibility into the issue and there don’t seem to be any errors thrown. Any guidance would be appreciated. I’m using expo 24 and testing on an Iphone 6s.

2 Likes

As a follow up question - how would I whitelist my authSession redirect url in production. How will I know what the url is going to be? Currently in development I use Sign-in Complete, but what would this be in production - and could this be the culprit?

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