OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
625 stars 214 forks source link

[Bug]: interrupt a process by using OneSignal.User.addTags for await [only android] #789

Closed Cojiroooo closed 9 months ago

Cojiroooo commented 1 year ago

What happened?

The latest version SDK causes interruption of a synchronous process when I use OneSignal.User.addTags or addTagWithKey for await.

Steps to reproduce?

1. Install SDK v5.0.3
2. Launch the android app
3. Init OneSignal
4. Execute await OneSignal.User.addTags

What did you expect to happen?

I expected to continue a process in synchronous after using OneSignal.User.addTags or addTagWithKey for await.

OneSignal Flutter SDK version

5.0.3

Which platform(s) are affected?

Relevant log output

No response

Code of Conduct

psatler commented 1 year ago

@Cojiroooo is the issue you're facing related to this one https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/776#issuecomment-1793513599 ?

Cojiroooo commented 12 months ago

@psatler Sorry for replying so late. It seems different from my issue. but I will check my app at the new version because that issue is fixed.

nan-li commented 9 months ago

Hi @Cojiroooo, thanks again for reporting this issue and your patience.

We have released the fix in Release 5.1.0.

Please update and reach out if you are still seeing issues. Thanks!