question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error authorize using IOS 13.x

See original GitHub issue

Issue

Hey everyone, I have error while using ios 13 ; react-native-app-auth@5.0.0-rc2

Error: The operation couldn’t be completed. (org.openid.appauth.general error -3.) at createErrorFromErrorData (NativeModules.js:152) at NativeModules.js:104 at MessageQueue.__invokeCallback (MessageQueue.js:442) at MessageQueue.js:127 at MessageQueue.__guard (MessageQueue.js:343) at MessageQueue.invokeCallbackAndReturnFlushedQueue (MessageQueue.js:126) at debuggerWorker.js:80

Please support me =((

Environment

  • ** Provider**: "react": "16.8.6", "react-native": "0.60.5", "react-native-app-auth": "^5.0.0-rc2"
  • **Platform **: iOS

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mwmcodecommented, Sep 30, 2019

Hi @jeffreyffs … not sure if this error is related, but I did the following

  1. yarn add react-native-app-auth@next got 5.0.0-rc2
  2. manually updated the dependency in node_modules… s.dependency 'AppAuth', '1.2.0'
  3. cd ios/ then pod update AppAuth then pod install
  4. run the app It’s still crashing once I try to google authenticate (screenshot).
<AppDelegate: 0x60000053d100> does not conform to RNAppAuthAuthorizationFlowManager
(
    "4   libc++abi.dylib                     0x00007fff4f23be97 _ZSt11__terminatePFvvE + 8",
    "5   libc++abi.dylib                     0x00007fff4f23be39 _ZSt9terminatev + 41",
    "6   libdispatch.dylib                   0x00007fff511fc80d _dispatch_client_callout + 28",
    "7   libdispatch.dylib                   0x00007fff51208d22 _dispatch_main_queue_callback_4CF + 1212",
    "8   CoreFoundation                      0x00007fff23afb699 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9"
)
1reaction
kadikramancommented, Oct 6, 2019

v5.0.0-rc3 includes the new version of AppAuth iOS, which should resolve this issue - closing!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix iCloud authentication error on iPhone XS after iOS ...
Third solution: Reset network settings to fix iCloud authentication error on your iPhone XS in iOS 13. · Access Settings from the Home...
Read more >
ios 13 webAuth.authorize silent failure #233 - GitHub
Description I'm trying to test an app on iOS 13. It uses this project to handle the webAuth flow, but seems to silently...
Read more >
TN3107: Resolving Sign in with Apple response errors
Errors can occur during Sign in with Apple authorization requests — such as when the client asks permission for the user's information after...
Read more >
Device Deauthorized error in OverDrive for iOS
Here's the full error text: Device Deauthorized: This device is not authorized to read eBooks. You'll see this error when you try to...
Read more >
Apple Sign In below ios13 - Stack Overflow
SignIn with Apple is mandatory with other social logins from iOS 13 onwards. So no SignIn With Apple in iOS 12. And YES,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found