Marat Al

Results 77 comments of Marat Al

@jhgroenjes This is now under investigation. Do they use FCM for push notifications? If yes, what version? I tried an example app in this repo with Firebase SDK (15.2.1) and...

@erdemtas-kollekt Couldn't you tell what versions of iOS, Firebase and Flutter is being used in your project? And after what action you've started to experience this issue?

Yes, ably_flutter intercepts user's push delegate and process pushes internally. Here is an attached to this issue [PR](https://github.com/ably/ably-flutter/pull/560) that allows user to bypass this behavior, but we keen to find...

@jhgroenjes It's a default behavior for Ably Flutter. I wasn't the one who implemented this, but my guess would be that no one expected that users will use push notifications...

>it would appear you're ENABLING push notifications support by default in that PR Correct, currently authors of the app should add `AblyFlutterHandlePushNotifications` = `NO` into their app's Info.plist But I...

@jhgroenjes I've updated so library doesn't interfere with APNs by default due to your urgency, but keep in mind that this PR is still in a draft state (and until...

>I don't need to change my code or apply any additional configurations at all to remove your push notifications features? - just use branch: [fix/557-opt-out-push-handler](https://github.com/ably/ably-flutter/compare/fix/557-opt-out-push-handler) Correct, commit 814ed15 also correct....