-
Hi,
I have to open specific screens when user clicks on a notification following the payload it has (classic...).
here is the code :
```
// Listener 2 :: When notif clicked and open the app :
F…
-
> Here is my notification handing code:
```dart
Future initialize() async {
const androidSettings = AndroidInitializationSettings(_androidNotificationIcon);
const iosSettings = DarwinInitial…
-
## Bug report
When app is killed and mobile phone lock screen, BackgroundMessage sometimes can't receive.
device:Pixel3
When charging,send 20 notifications from the server , all notification…
-
I could find the steps to integrate this library with any JS Framework like react or similar can you help me with step by step guide to do the same. or any video which is available for people to know …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Are you aware of the differences between iOS and Android background message handling?
- [X] I understan…
-
### [READ] Step 1: Are you in the right place?
* For issues related to __the code in this repository__ file a Github issue.
* For general technical questions, post a question on [StackOverflow…
-
- in service,call notification.notify(),AttributeError: 'org.kivy.android.PythonService' object has no attribute 'getComponentName'
- code
```
from plyer import notification
kwargs = {'tit…
-
## Bug report
**Describe the bug**
The `onMessageOpenedApp` listener is not triggered in example app after opening incoming push notification (on Android only).
I am not sure if it is the expec…
-
I am using Naver SENS which send push notification via Firebase.I have some trouble because of this push notification service send data inside message.data .And inside of message.notification is null.…
-
Please see #10128 for a related issue.
The ["Foreground Notifications" section](https://firebase.flutter.dev/docs/messaging/notifications#foreground-notifications) shows another Android code sample…