Skip to content

v3.0

Compare
Choose a tag to compare
@ravitejag ravitejag released this 05 Jul 10:00
· 135 commits to master since this release

3.0 Release notes (2016-05-19)

API breaking changes

  • This is a complete revamp of the previous SDK. All the classes are re-written for providing ease of implementation.
  • Social Login and User Registration Service are previously implementing by sub-classing the relevant ViewController classes. This will no longer work. Now all these functionality is handled by SDK itself, all you have to do is pass your UIViewController where these actions are supposed to take place.
  • Removed all the delegates for login and registration, instead use completionHandler blocks.

Enhancements

  • Social Login & User Registration can be implemented by a simple call to LoginRadiusSDK class.
  • All the functionality is abstracted in LoginRadiusSDK class.
  • Support for Facebook native login

Bugfixes

  • Fixed Twitter native login