Skip to content

Releases: getyoti/ios-sdk-button

v4.0.2

23 May 14:59
d6f369b
Compare
Choose a tag to compare

Update License

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

16 Aug 14:56
c6213ea
Compare
Choose a tag to compare

Fixes CocoaPods integration.

v4.0.0

05 Aug 12:21
Compare
Choose a tag to compare

Button theme support

Please refer to CHANGELOG.md for more information and for the migration guide.

v3.0.0

08 Jun 10:25
61c9e50
Compare
Choose a tag to compare

⚠️ Breaking changes

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

28 Feb 10:31
Compare
Choose a tag to compare

This release:

  • Fix issues on Cocoapods related to YotiButton resources
  • Improve documentation

Pods compatibility update

13 Feb 14:14
f7f214f
Compare
Choose a tag to compare

Fixes framework discovery for some projects.

Fix issues on iOS 13 due to new privacy policy

01 Oct 13:05
bd0550d
Compare
Choose a tag to compare

Fixed

  • The Yoti button being unresponsive when user is on iOS 13

Swift 5 and Xcode 10.2 Support

11 Apr 09:10
5ceb420
Compare
Choose a tag to compare

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

13 Dec 10:03
6413c22
Compare
Choose a tag to compare

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

18 Jul 10:44
Compare
Choose a tag to compare
1.1

Fixed mispelt willMakeNetworkRequest