Syed Abdul Rehman Jami

Results 4 comments of Syed Abdul Rehman Jami

Same issue on M1 OS version 12.6 iOS version 16 Xcode version 14.0.1, but working with real device.

Close the XCODE Go to the application Get info XCODE Untick "Open Using Rosetta" Open Project Clean Project Build Again is a fix for me

we need to customize the appAuth lib. let's start. `- (void)openURLWithSafariViewController:(NSURL *)url;` Add this signature to OIDExternalUserAgentIOS.h ``` #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 - (void)openURLWithSafariViewController:(NSURL *)url { if (@available(iOS 13.0, *))...

> > with the authentication classes employed in iOS 11-12, `SFAuthenticationSession` and `ASWebAuthenticationSession` > > Adding to this, for iOS 11+ what worked for me was instead of opening a...