elringus / unity-google-drive

Google Drive SDK for Unity game engine
https://forum.unity.com/threads/515360
MIT License
399 stars 64 forks source link

IOS - google drive account login and permission error on Safari #59

Closed GuillermoDoradoVide closed 4 years ago

GuillermoDoradoVide commented 4 years ago

Hi! When safari launches and ask for gDrive account; after the mail and pass are introduced it redirects to the permision web (google account), but this messages appears instead: "Safari cannot open the page because address is invalid" Any ideas? Maybe something related to the uri or redirection ?

The podFile content: source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/CocoaPods/Specs' platform :ios, '9.0'

target 'Unity-iPhone' do pod 'AppAuth', '~> 1.1.0' end

GuillermoDoradoVide commented 4 years ago

The api works on Windows and on Android, and have the configuration made from both of them (android/ios and standalone/windows). I create the XCode project on windows, transfer it to a mac and then 'pod install' dependencies and compile the project.


Also, I transfered the project to an IOS computer and build and 'pod install' there to, but the same result.

GuillermoDoradoVide commented 4 years ago

No Idea? I've done what the readme says, but it doesn´t work. It has to be something with the Google Drive permissions on IOS. Should resinstall the api ?

GuillermoDoradoVide commented 4 years ago

Redoing the credentials with a new account solved this issue, but it still doesn´t work. Closing this issue becouse the initial error is solved.