Skip to content
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

not working on IOS #34

Open
sianghung opened this issue Jan 29, 2019 · 6 comments
Open

not working on IOS #34

sianghung opened this issue Jan 29, 2019 · 6 comments

Comments

@sianghung
Copy link

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 #28 (comment)

@sianghung sianghung changed the title the issue comes back after I reinstall the plugin again not working on IOS Jan 29, 2019
@mohafouad
Copy link

mohafouad commented Apr 20, 2019

same problem with me

@ACGRohit
Copy link

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

@techaffinity
Copy link
Owner

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
Copy link
Author

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

  • ionic cordova platform remove ios
  • ionic cordova prepare ios
  • remove freshchat plugin
  • add freshchat plugin
  • ionic cordova prepare ios

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

@keanhaur
Copy link

keanhaur commented Sep 6, 2020

@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
Copy link

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants