Deepak Goyal

Results 156 comments of Deepak Goyal

@TimYusR which intercom_flutter version you are using?

How did you declare this package in pubspec.yml? `intercom_flutter: 5.3.0` or `intercom_flutter: ^5.3.0`?

I have a doubt that in `intercom_flutter: 6.0.0`, we added the receiver `io.maido.intercom.PushInterceptReceiver` which will automatically handle all the intercom messages (push, post, etc.). So maybe before Flutter's main method,...

I checked there is no issue in receiver `io.maido.intercom.PushInterceptReceiver`. This receiver uses only `IntercomPushClient()`. If we use `Intercom.client()` before initializing the Intercom then this error appears. Mostly all of the...

@TimYusR Please check that your code is not calling any other Intercom API before the initialize. Maybe there are places such as background handlers where you might be calling the...

I don't know if there is a way to inject the code into the Android Application class. Do you know any similar package which also requires the SDK to be...

do you have the issue on iOs or Android? The below code should also have the check Android. We only want to send the FCM token for Android. ``` //...

To display your theme, Intercom SDK needs to fetch those settings from the server which might take a few seconds. To debug this, could you please share the sample code...

@vasyafromrussia try to Initialize the Intercom in main method before the `runApp`.

This method has not implemented yet in the iOS method channel. I think there is no equivalent method in iOS. Intercom uses APNS for push notifications in iOS and it...