You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Freshchat: exception while perfroming action:init
java.lang.IllegalArgumentException: Unsupported version of Picasso found. Please create and set custom Image loader using Freshchat.setImageLoader().
Freshchat SDK is shipped with Picasso version 2.5.2. This error is thrown if your application is using 2.71828
There is a workaround as mentioned in the error message which is described here.
Please create and set custom Image loader using Freshchat.setImageLoader().
But this workaround would possibly require changing the generated code which is not great when you are using CI.
Alternatively forking and changing both this plugin and the android-freshchat library...
How do you get around this issue using freshchat-phonegap? Is it possible to work around it?
The text was updated successfully, but these errors were encountered:
We are having an Ionic app and we now are getting
This is linked to this issue https://github.com/freshdesk/freshchat-android/issues/52
There is a workaround as mentioned in the error message which is described here.
But this workaround would possibly require changing the generated code which is not great when you are using CI.
Alternatively forking and changing both this plugin and the android-freshchat library...
How do you get around this issue using freshchat-phonegap? Is it possible to work around it?
The text was updated successfully, but these errors were encountered: