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!