Open sianghung opened 5 years ago
same problem with me
I am facing same issue. Please let me know if I should use particular version instead of latest?
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
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.
@sianghung However, once you do this, your application original FCM will suddenly not functioning. Not sure have you facing this issue before?
@keanhaur , thanks I had tried the below steps and its working for me.
Create Cordova Project: cordova create hello com.example.hello HelloWorld
Add Platform in Cordova project, here adding platform as iOS cordova platform add ios or cordova platform add android (for android)
Build the project
cordova build
Run on simulator
Add FreshChat Plugin cordova plugin add https://github.com/techaffinity/freshchat-phonegap.git (This will add FreshChat to PhoneGap project)
Latest version solved this issue, however, I am getting a blank screen with infinite loading when I call the showConversations().
Originally posted by @sianghung in https://github.com/techaffinity/freshchat-phonegap/issues/28#issuecomment-443142748