Skip to content

I'm experiencing a weird issue on iOS 10.2.1 using Google auth #93

@alextkd

Description

@alextkd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions