Skip to content

Releases: LoginRadius/ios-sdk

Released Version 5.9.0

12 Oct 10:18
74d9ec1
Compare
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
Compare
Choose a tag to compare

5.8.0 Release notes (2023-04-20)

Enhancements

Released Version 5.7.0

27 Dec 12:00
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Enhancements

  • Replaced UIWebView with WKWebView in SDK

Released Version 5.4.0

06 Feb 06:56
Compare
Choose a tag to compare

Enhancements

  • Added Apple Sign In Native Login.
  • Added Wechat Native Login.

Released Version 5.3.0

26 Aug 09:31
Compare
Choose a tag to compare

Enhancements

  • Added new PIN Authentication APIs. PIN authentication is an alternate way to do authentication, instead of password users can use the PIN. PIN Authentication can be used for re-authentication also (when the user accesses a specific section or area).
  • Updated the logout method type as BOOL.