talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

No push notifications until ChatBox widget created #40

Closed lotekbard closed 1 year ago

lotekbard commented 1 year ago

Hello!

I have problem with push notifications on clean installation of my app. I am testing on Android 12 and 13.

Case:

When I open my view where I return ChatBox with session and conversation then the push notifications are showing. After that I can close and kill the app and next time I run it, it is working fine. It looks like a bug on a "first run".

Can any1 check this behavior? Thank you!

bugnano commented 1 year ago

Thank you for your bug report.

The behaviour that you reported is the intended one.

Unfortunately, at the moment we have a limitation where registering the push notifications to our backend requires creating a ChatBox.

vickz84259 commented 1 year ago

This will be fixed once #43 is merged and released shortly.