-
Notifications
You must be signed in to change notification settings - Fork 213
Description
If i login then logout a few times on iOS google auth does not work anymore.
I get "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" upon the request.
This only happens on device and never on the simulator. And no matter what i do after (removing/reinstalling the app), it will not work again. Somehow some config gets stuck in the webView.
I'm wondering if anyone has experienced this.
One thing i noticed is on makeRequest exported method the
DCTAuthAccount *existingAccount = [manager accountForProvider:providerName];
existingAccount private prop clientID on simulator has value and on device is null.
I checked where the config is set and everything seems to be fine.
If you guys have experienced this already and fixed it or if i'm missing something let me know, if not i will try to come up with a fix.