Releases: getyoti/ios-sdk-button
Releases · getyoti/ios-sdk-button
v4.0.2
Update License
What's Changed
- [TASK] YM-26876: Update license and Sample Apps by @mkotsiandris in #15
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
v3.0.0
Errors with localized descriptions were introduced to provide more complete feedback of failures. Please refer to CHANGELOG.md for more information and for the migration guide.
Resource management fixes
This release:
- Fix issues on Cocoapods related to YotiButton resources
- Improve documentation
Pods compatibility update
Fixes framework discovery for some projects.
Fix issues on iOS 13 due to new privacy policy
Fixed
- The Yoti button being unresponsive when user is on iOS 13
Swift 5 and Xcode 10.2 Support
New
- Using the new Swift 5 APIs
- Supporting Xcode 10.2 or above
- Updated readme with Cocoapods instructions
Breaking
- The SDK would only compile with Swift 5 and Xcode 10.2 or above, if you wish to use an older version, please use version 2.0.
Handling multiple scenarios
New
- Can handle now multiple scenarios
Breaking
- SDK is now using delegate pattern instead of completion blocks. It allows for more code re-usability and separation of concerns.
Added Network Notifications
1.1 Fixed mispelt willMakeNetworkRequest