DEV Community

Discussion on: Quick Guide to ASWebAuthenticationSession API Changes in iOS 13

Collapse
 
samulla profile image
samiulla

Hi,
Is there a way to set the modalpresentationstyle to Fullscreen for the aswebauthenticationsession controller?

Collapse
 
robotsquidward profile image
A.J. Kueterman

There might be a way to enforce that for your entire application by writing an extension or swizzling, but I don't think you can set it on the ASWebAuthenticationSession provided modal. Hope that helps.

Collapse
 
amitkushvaha profile image
Amit Kushvaha

Hi, I'm having trouble to get the call back in completion handler once response back from the API. can you help me pls?

Thread Thread
 
rosatp profile image
Rosat Pierre-Yves

Hello, I have the same problem, have you found a solution?

Collapse
 
uch1 profile image
Uchenna Aguocha

Same here, I'm having issues getting an auth code for the callbackURL. The crazy thing is that the ASWebAuthSession's callback doesn't execute. I've given it a valid url and callbackURLScheme.

Thread Thread
 
rosatp profile image
Rosat Pierre-Yves

Hello, I have the same problem, have you found a solution?