AuthSession fails badly in standalone app

I am using AuthSession for retrieving access token via OAuth, it works perfectly in development mode, after I build the standalone app with exp build:ios and publish the app in App Store, it fails badly when I try to call AuthSession.startAsync, it raises an error saying “Cannot make a deep link into a standalone app with no custom scheme defined”. I did some search and found I may need to set scheme in app.json, I am not sure what to set there, github search didn’t help, people seems to set random string or slug of the app for that field, please help out here. Just FYI, Expo version is 27.0.0, cheers

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