Open hanaechahid opened 3 years ago
Well, this feels like iOS pods not correctly being installed, since android is working fine I am assuming all creds are fine and the startChat method seems to be done correctly as well. Did you try re installing pods for ios?
Also check xcode logs and see if you find any Zendesk related errors there? I just tried on my end and I could see the chat bot messages coming up for me
And just to confirm, it needs an active internet connection on device or it won't work.
Hi @Saranshmalik,
there is no xcode logs and my device is already connected to an active internet. I tried re installing pods many times and nothing changed.
by the way my react native version "0.59.0" and react-natie-zendesk-v2 is "0.2.2"
by the way my react native version "0.59.0" and react-natie-zendesk-v2 is "0.2.2"
Well the package states it hasn't been tested for any RN version <0.60 I would say try to run the react native autolink command since RN 0.59 doesn't autolink packages on its own. You can find the command details on google, I beleive that should solve the issue
I already did it: react-native link react-native-zendesk-v2
I have rn 0.63.3 but facing the same issue on ios times it works and most of time it doesn't work
i am also facing same issue here
i am also facing same issue here, not able to go further. This happens only in iOS device
Hello @Saranshmalik , I used your component in my react native project and it is working fine on android, but unfortunately it is showing an empty screen on ios . Also, even if I write a message I always get empty screen and no response from the bot just like android. this is how the zendesk initialized:
and start chat method:
ios screen
android screen:
any help please ?!