Synerise / synerise-flutter-sdk

Synerise SDK plugin for Flutter
Apache License 2.0
5 stars 0 forks source link

Add `isSynerisePush` method for native push message source checking #7

Closed tomkadziolka closed 11 months ago

tomkadziolka commented 1 year ago

Flutter SDK is missing important method to check the source of push notification

It would be great to have official method as for the other platforms: https://help.synerise.com/developers/mobile-sdk/method-reference/android/campaigns/#check-if-push-notification-is-from-synerise.

Currently we base on our own issuer checking but this silly and not future proof.

soczowinski commented 1 year ago

This feature will be involved in the next version of the SDK.

tomkadziolka commented 1 year ago

@soczowinski Thank you for that information :)

soczowinski commented 11 months ago

The feature has been added in the 0.7.1 version of the SDK

Link to method documentation in Help Center