Deepak Goyal

Results 156 comments of Deepak Goyal

Seems to be the similar issue as https://github.com/v3rm0n/intercom_flutter/issues/133

To me, it seems that the issue is when loading more than one video.

@ChrisElliotUK You need to ask the Intercom support team.

I have used the bundled approach based on https://github.com/firebase/flutterfire/tree/master/packages/firebase_messaging/firebase_messaging/example/bundled-service-worker. It works. But I had to remove the code to manually display the notification because Firebase automatically handles that. https://firebase.google.com/docs/cloud-messaging/js/receive

@beriaanirudh Test it on https instead of http. And for that you have to host it somewhere like Firebase hosting, etc.

@sarbogast In `intercom_flutter: 8.1.0`, Intercom iOS SDK version is updated from 16.5.5 to 16.5.6 and there is no mentioning regarding change in minimum iOS deployment version. See https://github.com/intercom/intercom-ios/blob/master/CHANGELOG.md#1656 Not sure...

@sarbogast starting `intercom_flutter: 9.0.0`, minimum iOS required is 15.

@Morlocci Make sure your Android MainActivity extends from `FlutterFragmentActivity`. See https://github.com/v3rm0n/intercom_flutter/issues/351