Expo changing bundleIdentifier

I have a standalone app using ExpoKit.

When opening a url containing the bundleIdentifier it’s replaced with “exp”.

For example, if my bundleIdentifier is “com.test.myapp” and I run xcrun simctl openurl booted "com.test.myapp://welcome" the URI becomes exp://welcome

why is this happening? and how can I prevent it? It’s breaking my auth0 implementation.

Your help is greatly appreciated.

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