Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No linkedIn App Installed iOS #31

Closed
Misioka opened this issue Jul 26, 2017 · 2 comments
Closed

No linkedIn App Installed iOS #31

Misioka opened this issue Jul 26, 2017 · 2 comments

Comments

@Misioka
Copy link

Misioka commented Jul 26, 2017

If I have no app installed on iPhone.
Nothing happend.
I try to debug native but everything what i find out is that LinkedIn SDK returns false for shouldHandleUrl.

Can you help me please?
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { NSLog(@"%@ shouldHandle=%@", url, [RCTLinkedinLogin shouldHandleUrl:url] ? @"Yes" : @"No"); if ([RCTLinkedinLogin shouldHandleUrl:url]) { return [RCTLinkedinLogin application:application openURL:url sourceApplication:sourceApplication annotation:annotation]; } return Yes; }

@dittmarconsulting
Copy link

Related to #28

@jodybrewster
Copy link
Owner

Closing this and keeping #28 open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants