Skip to content

Releases: LoginRadius/ios-sdk

Released Version 6.0.0

19 Sep 07:37

Choose a tag to compare

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

11 Jul 06:29
0a7379d

Choose a tag to compare

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

12 Oct 10:18
74d9ec1

Choose a tag to compare

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

20 Apr 07:05

Choose a tag to compare

5.8.0 Release notes (2023-04-20)

Enhancements

Released Version 5.7.0

27 Dec 12:00

Choose a tag to compare

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

03 Mar 05:24
296ac54

Choose a tag to compare

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

09 Nov 05:10
8b9620b

Choose a tag to compare

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

30 Mar 07:03
1774d4b

Choose a tag to compare

  • 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

27 Aug 09:44
3e3b6ea

Choose a tag to compare

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

08 May 14:22

Choose a tag to compare

Enhancements

  • Replaced UIWebView with WKWebView in SDK