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 working in ios real device. in rare case its work but most of time fails to get auth details #163

Open
jaydeep0004 opened this issue May 21, 2019 · 2 comments

Comments

@jaydeep0004
Copy link

i am getting error,
The operation couldn't be completed. Software caused connection abort.
it working in simulator and in device some times its work but its rare case its work else its return error.

@bhumigoklani
Copy link

I am also facing the same issue. Any help QUICKLY would do A LOT!!

@guehara
Copy link

guehara commented Nov 28, 2019

Even if you tried many times with authentication via Tumblr.app, an error occurred, but the call to TMOAuthAuthenticator -handleOpenURL: was resolved with the following code.

     dispatch_async (dispatch_get_main_queue (), ^ {
        [self.authenticator handleOpenURL: url];
    });

You may need to be aware that communication is being performed in the main queue.

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