Skip to content

Releases: LoginRadius/ios-sdk

v4.0.0

29 Jun 16:48
Compare
Choose a tag to compare

4.0.0 Release notes

API breaking changes

  • Registration through hosted pages is removed, it is done through API.
  • Registration Service uses LoginRadius APIv2.
  • URL Scheme is now . to support mobile ios SSO

Enhancements

  • Add LoginRadiusRegistrationSchema, LoginRadiusField, LoginRadiusFieldRule class
  • Add getSocialProvidersList API call to get dynamic list of configured social providers in LR dashboard
  • Add getRegistrationSchema API call to get dynamic list of configured registration field in LR dashboard
  • Add the option to store credentials in Apple's Keychain
  • Have mobile iOS SSO as of result of using Apple's Keychain
  • Add dynamic registration fields in Swift Demo
  • Add missing fields handling in Swift Demo
  • API calls for custom objects and validate/invalidate access tokens
  • More error codes and handling

Bugfixes

  • More error handling in Twitter native.

v3.4.0

05 Jun 11:09
Compare
Choose a tag to compare

API breaking changes

  • Merged LoginRadiusRegistrationManager and LoginRadiusSocialLoginManager into LoginRadiusManager
  • Remove Support for iOS 8.0, minimum deployment is 9.0
  • Use NSNotification to handle actions instead of callbacks (user can navigate to register/login/forgot in hosted page)

Enhancements

  • Use SafariViewController on traditional login
  • Improved Swift Demo
  • Improved ObjC Demo
  • Update Mobile Hosted Page to v4
  • Add Custom Mobile Hosted Page functionality
  • Add Mobile Hosted Page intercation with Native Login
  • Add more error messages and handling

Bugfixes

  • Normal social login for google is now fixed
  • When user nagivates to register/login in hosted page, it will call the right callback

v3.3.2

05 Jun 11:08
Compare
Choose a tag to compare

API breaking changes

Enhancements

Bugfixes

  • Fixed error response serializer for v1 & v2 API's
  • Corrected openURl handling
  • Fixed Twitter native login crash happening with some accounts.

v3.3.1

25 Apr 15:34
Compare
Choose a tag to compare

3.3.1 Release notes (2017-04-25)

API breaking changes

Enhancements

  • Added support for Google ReCaptcha.
  • Using Hosted Pages v3.
  • Handling Done button in Safari based login
  • Improved documentation
  • Activity Indicator in UIWebView

Bugfixes

  • Fixed error response serializer for v1 API's
  • Corrected Login flow in the demo
  • Fixed invalid apikey error while doing social login through hosted pages

v3.3

10 Mar 02:18
Compare
Choose a tag to compare

3.3 Release notes (2017-03-08)

API breaking changes

  • SDK is renamed to LoginRadiusSDK
  • SDK needs to be initialized by creating a LoginRadius.plist and adding the appropriate key/values.
  • All the classes are restructed, hence the method calls for Registration Service, Social Login,
    Native Social Login are changed.

Enhancements

  • Cocoapods upgrade
  • Using AFNetworking for networking tasks.
  • Changed the way application delegate methods are propagated
  • Registration and Social Login are accessible from their respective classes instead of LoginRadiusSDK
  • Basic TouchID Support
  • Using SFSafariViewController for webview social login.
  • Better Error messages from LoginRadius API

Bugfixes

  • Twitter Native Login issue when no accounts are configured.
  • Fix LoginRadiusREST bugs

v3.2.2

28 Feb 14:08
Compare
Choose a tag to compare

3.2.2 Release notes (2017-02-28)

API breaking changes

Enhancements

Bugfixes

  • Fixed Facbook login with webview issue while loading facebook auth page.

v3.2.1

20 Dec 09:44
Compare
Choose a tag to compare

3.2.1 Release notes (2016-10-25)

API breaking changes

Enhancements

Bugfixes

  • Fixed JSON parsing issue while Yahoo login

v3.2.0

25 Oct 10:38
Compare
Choose a tag to compare

3.2.0 Release notes (2016-10-25)

API breaking changes

Enhancements

  • Upgraded the Facebook SDK pod dependency to support iOS 10.

Bugfixes

  • Fixed category issue with NSMutableDictionary.

v3.1.1

16 Aug 08:08
Compare
Choose a tag to compare

3.1.1 Release notes (2016-08-16)

API breaking changes

Enhancements

  • Added example for calling Social API

Bugfixes

  • Fixed a redirection bug in Social login through Registration Hosted pages.

v3.1.0

16 Aug 08:07
Compare
Choose a tag to compare

3.1 Release notes (2016-07-28)

API breaking changes

Enhancements

  • Support for Cocoapods installation

Bugfixes

  • SDK is no longer distributed as a universal framework, since it is
    causing issues while the app the uploaded to itunesconnect