iOS SDKs v3.0.0
over 2 years ago by Alexandre Brispot
New features
- Reduce the amount of tracking log requests sent from our SDK
- Add support for Swift concurrency with our
protectedDataTasks
APIs - Add support for SFCC requests
Breaking changes
- The SDKs are now built with Xcode 13.2 (Swift 5.5.2) to be able to add support for Swift Concurrency on iOS 13+
- Objc APIs
protectedDataTaskWithURL:captchaDelegate:completionHandler:
andprotectedDataTaskWithRequest:captchaDelegate:completionHandler:
are now calledprotectedDataTaskWithURL:captchaDelegate:andCompletionHandler:
andprotectedDataTaskWithRequest:captchaDelegate:andCompletionHandler:
respectively
Requirements
- Xcode 13.2