cordova-plugin-jc-googledrive icon indicating copy to clipboard operation
cordova-plugin-jc-googledrive copied to clipboard

iOS invalid clientID as URL Scheme

Open vargash opened this issue 8 years ago • 1 comments

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.

vargash avatar Jul 11 '17 08:07 vargash

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

JcDenton86 avatar Jul 11 '17 16:07 JcDenton86