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

Not receiving any respponse? #36

Open
bisht2ankit opened this issue Nov 6, 2017 · 7 comments
Open

Not receiving any respponse? #36

bisht2ankit opened this issue Nov 6, 2017 · 7 comments

Comments

@bisht2ankit
Copy link

I am using react-native-linkedin-login. All I have done but not receiving any response from app. Any ideas?

@ayushnawani
Copy link

Same here, not getting any response from app in successBlock

@jodybrewster
Copy link
Owner

@ankitbisht143 @ayushnawani Sorry for the delay will look into this soon

@ivanstnsk
Copy link

This still has the issue

@oriharel
Copy link

oriharel commented Oct 9, 2018

Same in iOS. After coming back from the native app, the login() promises doesn't resolves.

@oriharel
Copy link

oriharel commented Oct 9, 2018

@ayushnawani @Airomad I got it working by adding this code to AppDelegate.m:

- (BOOL)application:(UIApplication *)application
            openURL:(NSURL *)url
            options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
  
  if ([RCTLinkedinLogin shouldHandleUrl:url])
  {
    return [RCTLinkedinLogin application:application openURL:url sourceApplication:options[UIApplicationOpenURLOptionsSourceApplicationKey] annotation:options[UIApplicationOpenURLOptionsAnnotationKey]];
  }
...

@RavindraMaddukuri
Copy link

same here, I can't get any data from the app

@adybuciuman
Copy link

any update on this issue?

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

7 participants