pusher / push-notifications-flutter

Official Pusher Beams Flutter client plugin (iOS, Android and Web), receive notifications easily on your Flutter application with Pusher Beams.
https://pub.dev/packages/pusher_beams
MIT License
10 stars 27 forks source link

Start, Stop, Start doesn't work #12

Closed MeenaAlfons closed 2 years ago

MeenaAlfons commented 2 years ago

Calling stop() correctly deregisters the device. However, calling start again doesn't register the device again. This is a valid use case and we got customer feedback about it for other SDKs (i.e. Android).

gardun0 commented 2 years ago

Hey @MeenaAlfons, I'll test but what it's the behavior you got?

Edit: you already explained it

MeenaAlfons commented 2 years ago

This bug got fixed in Beams Android SDK version 1.9.0 two days ago. I think flutter is just a shell around the native SDK. So the solution should be simple by using the latest Android SDK version 1.9.0.