This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
Releases: schibsted/account-sdk-ios
Releases · schibsted/account-sdk-ios
2.11.1
2.7.2
2.9.0
- Support shared web credentials: try to read stored credentials and allow the user to save the credentials to the keychain when logging in. Thanks @clausjoergensen and @vmagaziy
- Upgrade project to Xcode 12. Thanks @clausjoergensen
2.8.1
2.8.0
- Replace
SchibstedAccount.Result
withSwift.Result
. Thanks to @clausjoergensen - Allow specifying keychain access group to be able to share authentication between apps on the same Apple team. Thanks to @clausjoergensen
- Add support for Swift Package Manger. Thanks to @clausjoergensen
- Upgrade to Swift 5. Thanks to @mbanasiewicz
- Upgrade deployment target 9.0 -> 11.0. Thanks to @mbanasiewicz
- Allow disabling "What's this" button (to avoid rejection of app since the privacy page leads to a page with subscription purchase possibility). Thanks to @mbanasiewicz
2.7.1
2.7.0
2.6.0
2.5.0
- Cleanup expectation in tests. (#270) Thanks to @minarikg 🙇
- Changed: didClick*(: Any) -> didTap*(: UIButton) (#283) Thanks to @minarikg 🙇
- Emit tracking event when the user logs in using biometrics. (#287)
- Changed: remove via SwiftFormat script (#284) Thanks to @minarikg 🙇
- Fix #280: Make login flow modal on iOS 13 if it isn't cancellable. (#288)