You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authorization controller requires an ASPresentationAnchor to decide from where to show up.
ASPresentationAnchor is a type alias for UIWindow, so only a UIWindow can be provided to the authorization controller.
We are using the main app's UIWindow.
I have checked the official Apple example, and it seems that the popup can't be rotated there.
I don't think Apple supports a rotated popup for landscape.
orientation of my project is landscape.
Can I rotate popup the same as the project setting?
The text was updated successfully, but these errors were encountered: