Releases: LoginRadius/ios-sdk
Released Version 6.0.0
Enhancements
Added Passkey Authentication APIs Introduced support for Passkeys, a modern, secure, and passwordless authentication method built on WebAuthn standards. Passkeys provide a safer and more seamless login experience by leveraging device biometrics.
APIs available for Passkey authentication:
- Register with Passkey
- Login with Passkey
- List User Passkeys
- Delete Passkey
- Add Passkey to Account
- Autofill with Passkey
Released Version 5.9.1
5.9.1 Release notes (2025-07-2)
Enhancements
Removed/deprecated following Social APIs:
- postMessageWithAccessToken
- statusPostingWithAccessToken
- getAlbumWithAccessToken
- getAudioWithAccessToken
- getCheckInWithAccessToken
- getCompanyWithAccessToken
- getContactWithAccessToken
- getEventWithAccessToken
- getFollowingWithAccessToken
- getGroupWithAccessToken
- getLikeWithAccessToken
- getMentionWithAccessToken
- getPageWithAccessToken
- getPhotoWithAccessToken
- getPostWithAccessToken
- getStatusWithAccessToken
- getVideoWithAccessToken
Released Version 5.9.0
5.9.0 Release notes (2023-10-12)
Enhancements
- Added Package.swift to the project to support Swift Package Manager (SPM). For detailed information on Swift Package Manager, please refer to the following document: Swift.org
Released Version 5.8.0
5.8.0 Release notes (2023-04-20)
Enhancements
- Added FaceID helper in the LoginRadius SDK for authentication through facial recognition. For detailed information on FaceID, please refer to the following document: https://developer.apple.com/documentation/localauthentication/logging_a_user_into_your_app_with_face_id_or_touch_id
Released Version 5.7.0
5.7.0 Release notes (2022-12-27)
Enhancements:
Added Secure Enclave in the LoginRadius SDK to encrypt/decrypt sensitive data. For detailed information on Secure Enclave, please refer to the following document: https://support.apple.com/en-in/guide/security/sec59b0b31ff/web
Released Version 5.6.2
5.6.2 Release notes (2022-08-29)
Enhancements:
Upgraded FBSDK dependencies in LoginRadiusSDK for new build system of new Xcode.
Breaking changes:
As part of FBSDK version 13+ it is required to set FacebookClientToken in the project's Info.plist file. For details on FacebookClientToken please see Facebook document : https://developers.facebook.com/docs/ios/getting-started/#client-token
Released Version 5.6.0
Enhancements
- Added support to pass custom headers in the SDK.
- Added support to set the Referer header in the SDK.
Released Version 5.5.0
- Upgraded FBSDK dependencies in LoginRadiusSDK for new build system of new Xcode.
- Upgraded Eureka version to latest in Swift demo on Xcode.
- Dropping support for Xcode versions below 11. This is in line with Apple's plans to disallow the submission of Apps that do not include the iOS 13 SDK.
Released Version 5.4.2
Enhancements
- Changed nil unwrapping process for SourceApplication as Apple returns nil for SourceApplication in iOS 13
- Added a new optional parameter to native social login methods for supporting multiple social apps for same provider
- Upgraded Eureka version to 5.2.1 for crashing in Swift demo on Xcode v11.4 or above
Released Version 5.4.1
Enhancements
- Replaced UIWebView with WKWebView in SDK