pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

Notifications not showing when app is in background or foreground #11

Closed bruxalldev closed 4 years ago

bruxalldev commented 4 years ago

Hi we have a flutter app that works fine on a number of android devices but this particular model doesn't want to show notifications on the home screen or when the app is in foreground mode.

Tablet Model

Lenovo Tab E8 Android 7 Nougat

and in our app

pushy_flutter: dependency: "direct main" description: name: pushy_flutter url: "https://pub.dartlang.org" source: hosted version: "1.0.9"

pushy commented 4 years ago

Hi @bruxalldev, Thanks for reaching out.

This issue may have to do with the push payload you're sending. Can you please copy and paste the data object you're sending to the Send Notifications API?

pushy commented 4 years ago

Closing due to lack of response, feel free to comment to reopen.