telenordigital / connect-ios-sdk

Docs 📒👉
https://telenordigital.github.io/id-docs.telenordigital.com/integrate-ios-sdk.html
Apache License 2.0
9 stars 8 forks source link

Use ASWebAuthenticationSession for iOS 12 #55

Closed jorunfa closed 5 years ago

jorunfa commented 5 years ago

SFAuthenticationSession was deprecated. Short life. We now call ASWebAuthenticationSession instead on iOS 12, while still using SFAuth on iOS 11. Signature is identical.

Except for refactoring, there are no other changes.