LoginRadius is an Identity Management Platform that simplifies user registration while securing data. LoginRadius Platform simplifies and secures your user registration process, increases conversion with Social Login that combines 30 major social platforms, and offers a full solution with Traditional Customer Registration. You can gather a wealth of user profile data from Social Login or Traditional Customer Registration.
LoginRadius centralizes it all in one place, making it easy to manage and access. Easily integrate LoginRadius with all of your third-party applications, like MailChimp, Google Analytics, Livefyre and many more, making it easy to utilize the data you are capturing.
LoginRadius helps businesses boost user engagement on their web/mobile platform, manage online identities, utilize social media for marketing, capture accurate consumer data, and get unique social insight into their customer base.
Please visit here for more information.
For full documentation visit here
This project is licensed under the MIT license. See the LICENSE file for more info.
a. ObjCDemo - This is the demo application in objective-c.
a. SwiftDemo - This is the demo application in Swift(Supported Swift version 4.2).
b. LoginRadiusSDK -This is the LoginRadius SDK.
We recommend using CocoaPods for installing the library in a project.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate LRSDK into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform : ios, '9.0'
target 'TargetName' do
pod 'LoginRadiusSDK', '~> 5.4.1'
end
Then, run the following command:
$ pod install