joonhocho / react-native-linkedin-sdk

React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access.
MIT License
40 stars 16 forks source link

Deeplink to Linkedin app for authentication without password #24

Open botmane opened 6 years ago

botmane commented 6 years ago

I managed to run the ExampleApp.

I have the LinkedIn app installed on my phone, I don't understand why I don't get redirected to the Linkedin app to avoid typing my password. I see that some apps succeed in doing that (http://www.shapr.co/)

I'm I supposed to get redirected to Linkedin app if it's installed ?

Thanks,

aprex commented 6 years ago

Hi @botmane , I have same issue now. Did you find a solution to this?

botmane commented 6 years ago

Hello,

Yes, I managed to make it work by following this tutorial: https://developer.linkedin.com/docs/ios-sdk#

You need to update the manifest and declare your bundle id to linkedin in their developer website.

Otmane