techaffinity / freshchat-phonegap

Freshchat sdk for phonegap
7 stars 36 forks source link

not working on IOS #34

Open sianghung opened 5 years ago

sianghung commented 5 years ago

Latest version solved this issue, however, I am getting a blank screen with infinite loading when I call the showConversations(). freshchat_ios

Originally posted by @sianghung in https://github.com/techaffinity/freshchat-phonegap/issues/28#issuecomment-443142748

mohafouad commented 5 years ago

same problem with me

ACGRohit commented 5 years ago

I am facing same issue. Please let me know if I should use particular version instead of latest?

techaffinity commented 5 years ago

This plugin is currently compatible till Cordova Version 8 and as we checked it again, it still works without issue in iOS. Can you please provide more details of what version you use and any error logs in the background. Thanks

sianghung commented 5 years ago

I face this issue everytime if I don't follow the following step when building the app:

have to remove the plugin and install again to make it work.

keanhaur commented 4 years ago

@sianghung However, once you do this, your application original FCM will suddenly not functioning. Not sure have you facing this issue before?

deep-pradhan-fw commented 4 years ago

@keanhaur , thanks I had tried the below steps and its working for me.

  1. Create Cordova Project: cordova create hello com.example.hello HelloWorld

  2. Add Platform in Cordova project, here adding platform as iOS cordova platform add ios or cordova platform add android (for android)

  3. Build the project

  4. cordova build

  5. Run on simulator

  6. Add FreshChat Plugin cordova plugin add https://github.com/techaffinity/freshchat-phonegap.git (This will add FreshChat to PhoneGap project)