Search code examples
iosswiftxcode

How do I make my browser application the default application in Swift?


I recently made a browser for iOS in Xcode using Swift. I can't seem to find documentation or code that allows my users to make my iOS application their default browser in settings, like you can for Brave, DuckDuckGo, et al.

Any help would be appreciated.


Solution

  • TL:DR If you are not intending to put that "browser" on the AppStore then you probably can't.

    Your Applications will need to take the new Managed Entitlement [email protected] as well as apply at apple for a new "default app" via email: [email protected]

    Have a look at this post over at Apple Developer Forums Making an app that can be set the default web browser