Questions tagged [linkedin-ios-sdk]

7 questions
10
votes
0 answers

LinkedIn ios SDK - user authentication, if user chooses not to download the mobile app from app store

I am trying to integrate linked-ios-sdk for user authentication in my app by following steps provided in this link: Authenticating with the Mobile SDK. In the provided sample app they are using this code: [LISDKSessionManager…
Devarshi
  • 16,440
  • 13
  • 72
  • 125
3
votes
0 answers

Linkedin iOS SDK bitcode error version 1.0.7

I used the latest version of LinkedIn iOS SDK 1.0.7. I used Xcode 9.0 I successfully run my project on iPhone device but I got an error when I archive my project to make IPA file to upload app store. ld: bitcode bundle could not be generated…
Ankur Patel
  • 477
  • 5
  • 19
3
votes
0 answers

LinkedIn SDK - Login Process forces user to download the native iOS LinkedIn App

The latest LinkedIn SDK requires the user to have the LinkedIn app installed on their devices to login with Linkedin. The authentication process doesn't work otherwise. We are trying to build an app that creates electronic and customized business…
2
votes
1 answer

Sign in with LinkedIn, SDK for Android, Sample application error

I would like to try feature "integrate Sign In with LinkedIn". I follow instructions and i download latest version ( Mobile SDK for Android 1.1.4) from: https://developer.linkedin.com/downloads#androidsdk Then i import and build project into Android…
1
vote
0 answers

Linkedin iOS SDK for Login Authentication w/ Native Linkedin App

I recently downloaded "Linkedin Groups" and "Linkedin Sales Navigator" on iOS and the login experience was great. When I loaded up the app (Linkedin Groups), the first onboarding screen already knew who I was and presented me with an option that had…
0
votes
1 answer

How to apply for linked in permissions for iOS Outh api integration

As per following url https://developer.linkedin.com/docs/fields Member profile fields available to Apply with LinkedIn developers The following selection of profile fields are only available to applications that have applied and been approved for…
Amol Hirkane
  • 75
  • 1
  • 11
0
votes
1 answer

Configure ios app : Programaticall configuration of ios apps for social login rather than using info.plist

There is any way to set app Id,URL schema properties for social login like Facebook ,LinkedIn, google plus in ios app .. instead of using info.plist. Is it possible to customize it programmatically using swift.? how we can dynamically set App iD…