Integrate application with LinkedIn Account signIn in IOS.

Updated 14 December 2016

Save

LinkedIn Integration

Sometimes we require to Integrate Application  with LinkedIn Account so that user can easily login into the application .  for doing that we require linkedIn application installed into your iPhone.

Here some following steps to follow.

1: Download LinkedIn  SDK .

https://developer.linkedin.com/downloads#iossdk

2: Register your account in LinkedIn  developer site and fill in mobile part.

a: fill your application bundle id and click on add after that update.

you can also follow that steps: (go to the middle of that page.)     https://developer.linkedin.com/docs/ios-sdk

3: Configure your application’s info.plist

4: for iOS 9 Compatibility

Add the following configuration to your application’s Info.plist file:

5: App Transport Security  (Update ininfo.plist)

6: Import the SDK

Open the Mobile SDK for iOS archive and drag LinkedIn-SDK.framework into the Xcode Project Navigator pane of your project.

7: Handle responses from the LinkedIn mobile app

Add the following method to your AppDelegate.m source code to enable the LinkedIn App to give control back your application in situations in situations where you are brought outside of the context of your application (e.g. deep linking)

8: Now here is sample of code for creating uibotton and their events

there click events :

it will launch the linkedIn application in your phone and take some data;

There is one function ([self fetchLinkdinData];)   that will fetch data from application.

 

9: Now you can Do anything from that data.

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • Nisha Parmanandani
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home