Deepak Goyal

Results 156 comments of Deepak Goyal

I will test it at my end. But I suggest you to contact with the Intercom support as it seems to be an issue with SDK itself.

@michaeljajou @totzk9 Could you please test the example app and see if the same issue happens? https://github.com/v3rm0n/intercom_flutter/tree/master/intercom_flutter/example

@denys-rudenko Have you talked about this with Intercom Support?

I contacted Intercom support and this is the response from them. ``` Can't reproduce that. We'd need to check the particular message in specific to troubleshoot this further. But since...

@amalshyjo Not sure what could be the issue. Can you provide the working sample with this issue then probably I will be able to check?

According to this https://forums.developer.apple.com/forums/thread/689485, there can be 2 possible solutions: Solution 1: - In the pod file replace 'use_frameworks!' with 'use_frameworks! :linkage => :static' - Run 'pod install' // now...

@pankaj-goa It may be an issue with Branch SDK. What is your MainActivity `launchMode` in AndroidManifest? By default, it is "standard". In the [configure app](https://help.branch.io/developers-hub/docs/android-basic-integration#4-configure-app) section on branch docs, they...