I recently upgraded to the ArcGIS Runtime SDK for iOS version 100.12 from 100.9 and now my OAuth single-sign-on does not work. The OAuth sign-on view does display, but once I enter my credentials and click Sign In, I am no longer able to capture the Esri login code that I need.
I understand that these methods were deprecated in 100.11:
- AGSApplicationDelegate.shared().application(_:open:options:)
- AGSAuthenticationManagerDelegate wantsToShowViewController(_:viewController:)
- AGSAuthenticationManagerDelegate wantsToDismissViewController(_:viewController:)
However, in my AppDelegate, application(_:openUrl:Options:) no is no longer called after after sign-in is completed.
From what I've seen so far, it sounds like I shouldn't need to make any code changes for this to work. I feel like I am missing something. Any help would be appreciated!
Greg