I need to display a website in SFSafariViewController
in an iPad app.
The website (an SAP Analytics Cloud Site) continuously asks the user for showing a Popup for authentication and although the toggles in the device's preferences are already set to allow pop-ups, this alert keeps showing up every time a popup is triggered. The "Allow" decision is not even persisted for the current session.
--> Is there a possibility to allow it automatically so that the user does not see this alert?
I'm not planning an AppStore release whatsoever so any hacky solutions are definitely welcome!
Unfortunately, WebKit did not work so far and I also know the dialogue is system-triggered and an Apple-side privacy requirement, but in my use case it must not be shown by all means.