-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App fails on logout #243
Comments
Hey @IvanProdaiko94 - Your screenshot is behind some sort of Github access wall. Can you try to open up permissions? Can you share anything else about the failure? Is it a crash? Do you have crash logs? We haven't had any trouble with Ionic/Cordova with our own tests so we'll need more info. Thanks! |
|
I don't think it's a permission issue. Can you share the code you're using to call setIdentity? It looks as if you might be passing a non-string object as a parameter that causing us to barf. |
Yep, you are right. I provide an number parameter; Sorry for such a silly mistake((( |
I have an Ionic/Cordova app that fails when I click logout, it started happening when I add Branch to my project, more over, I didn't even call
BranchInit()
method, moreover I didn't call 'Branch.logout()'.Here is a screen from Xcode with error.
https://monosnap.com/file/OXzmfYRUj4Fd9vqGggQQViJ7xx2kkB
The text was updated successfully, but these errors were encountered: