Deepak Goyal

Results 156 comments of Deepak Goyal

@mglknFSD push notifications from Intercom will work only after you have sent the push token to the Intercom. I don't think it is necessary to open the chat. Please make...

@RanaMusab could you please post the issue to the Intercom Support team?

@kasyrm do you still have the same issue with the latest intercom_flutter?

@rvbiljouw So by using `Intercom.handlePushMessage()` you are able to receive posts and other outbound messages?

@rvbiljouw Could you please provide the sample code (a working example) to test this issue?

Hi @vishna, Thanks for reporting this issue. So the universal links are working but not the custom schemes, right? Could you please provide the reproducible sample so that I can...

also could you please try by adding the parameter `FlutterDeepLinkingEnabled ` in `info.plist` according to https://docs.flutter.dev/development/ui/navigation/deep-linking#migrating-from-plugin-based-deep-linking Also check this link https://www.raywenderlich.com/books/flutter-apprentice/v1.0/chapters/8-deep-links-web-urls

> also could you please try by adding the parameter `FlutterDeepLinkingEnabled ` in `info.plist` according to https://docs.flutter.dev/development/ui/navigation/deep-linking#migrating-from-plugin-based-deep-linking > > Also check this link https://www.raywenderlich.com/books/flutter-apprentice/v1.0/chapters/8-deep-links-web-urls can you try this?

> I now got it working on iOS, the reason for it not working was IntercomAutoIntegratePushNotifications set to NO (using FCM #29 (comment) ) So we have to keep the...

@vishna I was debugging this. I removed the `IntercomAutoIntegratePushNotifications` from `Info.plist` to make it the default. But I also had to add the property `IntercomUniversalLinkDomains` https://developers.intercom.com/installing-intercom/docs/ios-deep-linking#universal-link So now the mobile...