Error authorize using IOS 13.x
See original GitHub issueIssue
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:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @jeffreyffs … not sure if this error is related, but I did the following
yarn add react-native-app-auth@next
got 5.0.0-rc2s.dependency 'AppAuth', '1.2.0'
cd ios/
thenpod update AppAuth
thenpod install
v5.0.0-rc3 includes the new version of AppAuth iOS, which should resolve this issue - closing!