iOS Authentication Issues
See original GitHub issueHello Elringus.
I am getting this error when running on iOS.
UnityGoogleDrive: Failed to execute authorization procedure. Check application settings and credentials. UnityGoogleDrive.AuthController:HandleAccessTokenProviderDone(IAccessTokenProvider) UnityEngine.AsyncOperation:InvokeCompletionEvent()
Settings are correct as it is working on Android. Any ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Authentication Error | Apple Developer Forums
Some of my users when they try to login to my iCloud App, they are getting "Authentication Error" with the message 'This action...
Read more >How to fix iCloud authentication error on iPhone XS after ...
Third solution: Reset network settings to fix iCloud authentication error on your iPhone XS in iOS 13. · Access Settings from the Home...
Read more >How do I fix an authentication error with my iCloud account?
Go to Settings > [your name] > Password & Security. Tap Turn on Two-Factor Authentication. Tap Continue. If you're using iOS 10.2 or...
Read more >Authentication errors on iPhones and iPads
1. Please sign out of the app. 2. Force-close and then re-launch and try signing back in. 3. If that doesn't work, try...
Read more >iCloud Authentication Failed? 5 Solutions to Fix
Sometimes Authentication Error can occur when your network's signal is too weak or unstable to connect. In addition, it may have been caused...
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
I think I’ve actually found a temporary workaround for this. I’ve changed the requested redirect URI so that it will always use lower-cased app id and now the trick with adding lower-cased app id to the Supported URL Schemes list should work (it did in my test project, at least).
Ok, thanks for checking. I’ve created a new issue (#27) and will try to remove that requirement for the app id to be lowercased.