cordova-plugin-jc-googledrive
cordova-plugin-jc-googledrive copied to clipboard
iOS invalid clientID as URL Scheme
Trying to submit a production app to the AppStore fails because of the clientID saved as a URL Scheme, which is invalid because URL Schemes cannot start with numbers.
I've developed a simple solution by saving the clientID (not the reverse one) in a proper parent variable in the Info.plist file (you can see the commit here).
On my branch I did some other fixes, if those can be helpful (and looks like correct coding) I may submit some pull requests.
Thanks @Vargash for your contribution! Time is not on our side these days.. Saw some of your changes and they seem right!
If you want you can PR your improvements