'iOS 15: Open URL in Safari instead of default browser

We are using MDM profile that should be installed via browser. We open url with UIApplication.shared.open(url, options: [:], completionHandler:nil). If Safari or Chrome are selected as Default browser it works ok (profile is downloaded to Settings and ready for install).

The problem is if user has Firefox browser. Firefox downloads profile to downloads folder and thats it.

Is there any chance to force/choose with which browser would you like to try open URL?

Have you any other suggestions how to handle this issue?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source