-
Notifications
You must be signed in to change notification settings - Fork 128
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
Application crashes on iOS (simulator) when calling ZendeskChat.startChat #132
Comments
Experiencing the same issue even in fresh new native iOS project with minimal chat integration according to this docs |
@shkatulo Out of curiosity, where did you obtain the |
@halftheopposite actually, for me everything looks as on screenshot:
This key works for me on Android, but iOS app crashes (on device and simulator). |
Thanks for you answer, I just checked with ZenDesk support and I am in an A/B test group right now, hence the slight variation in the UI and UX, but they confirmed that my account key was the correct one anyway. @shkatulo Are you facing the issue on the iOS simulator only or also on a physical device? |
@halftheopposite got it. I have the same crash on device too |
@halftheopposite I fixed this issue with null-check. Please be sure that you don't pass any parameter that value is null or undefined. |
For me the fix is to change phone field to use string instead of number |
Hi everyone,
I've followed the Getting Started guide:
pod install
and even apod install --repo-update
.YOUR_ZENDESK_ACCOUNT_KEY
andAPP_ID_PROVIDED_BY_ZENDESK
keys.ZendeskChat.init(...)
in myindex.js
file.But, when executing the code below in a
Button
press callback, my application crashes and I have absolutely no error message:I have no idea why this is happening and have no logs at all. I do have a few questions:
Podfile.lock:
Environment:
"react-native": "0.64.1"
"react-native-zendesk-chat": "^0.4.1"
The text was updated successfully, but these errors were encountered: