push-notification Questions
2
I know the flutter_local_notifications_plugin allows an app to display notifications.
I want to access the data of notifications that is received, regardless of whether the app is running in the f...
Spanish asked 23/7, 2019 at 6:31
3
I use FCM in my project and it works pretty well. But there is one issue: on some Android devices instead of coloured application icon (when no custom default icon is set and no icon is set in the ...
Cilla asked 11/9, 2020 at 10:15
4
Solved
Trying to integrate one signal in my react native app.
I followed all the instructions mentioned in the docs
https://documentation.onesignal.com/docs/react-native-sdk-setup.
The build for the app g...
Sapor asked 6/7, 2021 at 15:15
2
I am using SwiftUI.
I want to open a specific screen other than Root View by clicking the push notification. There are several ways to open it using StoryBoard, but not without StoryBoard.
How ca...
Tolmann asked 15/4, 2020 at 4:6
6
I know how to create silent push notifications (with playing a sound file that is silent).
I would also like to send a push notification that doesn't vibrate phone.
When setting silent sound file ...
Vise asked 20/5, 2014 at 7:0
5
Solved
I am new to Google Chrome Push notifications and I was just reading some questions and answers here, on stackoverflow and I have ended with this easy push notification javascript.
navigator.servi...
Scary asked 9/9, 2016 at 19:30
6
Our app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications. When app is in the foreground state the push notification is working well. The issue appears while clicking ...
Johnstone asked 23/11, 2017 at 10:59
7
Solved
Is there a way to send a silent APNS using google's firebase?
It seems that if the app is in the background it will always show a notification to the user.
Thanks?
Bayberry asked 1/6, 2016 at 13:30
12
Solved
I want to send a notification from a device to another but when I sent it I got in the receiver device :
D/FLTFireMsgReceiver( 8876): broadcast received for message
E/FA ( 8876): Missing google_app...
Ericaericaceous asked 16/4, 2022 at 18:4
8
Solved
I really don't know what is going on with these things.
I am using FCM web push normally for my website. I can receive the message on the website if I am in foreground or I receive the notification...
Aida asked 18/3, 2021 at 18:50
2
Solved
I have read the Google Drive API for Push Notifications, and it appears that there is a way to set a channel to never expire, yet there is no documentation I can find on how to do so. I have tried ...
Midden asked 7/10, 2013 at 6:53
9
Solved
Is it possible to send push notification with REST API on Firebase? I can send notifications with Firebase console but i need to send notifications with REST API.
Mombasa asked 27/5, 2016 at 19:2
3
Solved
I want to create a push notification where Admin can send notification to all users. I found a tutorial and follow it but it doesn't work. I'm not sure where I did wrong but I got error that said
...
Tartarous asked 12/11, 2019 at 10:56
10
Solved
I am receiving messages from firebase for notifications with APNs. In firebase, I have the certificate of APNs key, with the same id in the Xcode project in Firebase that is extracted from Apple De...
Beatrisbeatrisa asked 7/10, 2021 at 16:57
4
Solved
I am following this Microsoft Guide to migrate from GCM/FCM notifications to FCM v1.
From the guide, I -
1.Configured the Firebase Service Account Credentials in Azure Notification Hub
2.Updaeted b...
Victoriavictorian asked 16/4 at 11:55
3
Is ti possible too embedded video into android rich notification as it possible in iOS? I know that the android officially still do not support that, but it may be some tricky way to improvise that...
Rosalindrosalinda asked 22/8, 2018 at 10:12
3
Solved
Ok so i have looked everywhere and I can't find an answer to this.
I have implemented the push notification in my Android app and everything works fine while the app is alive (Foreground or backgro...
Tophus asked 16/7, 2016 at 0:11
3
Solved
What is the difference between Chrome Notifications API and the Push Notification API when developing Web notifications. When each one should be used and how are they different?
Bannerman asked 17/1, 2016 at 22:32
3
Solved
Due to the recent changes in Notification permissions in the Android 13 SDK, I need to update my app with FCM integration to obey the notifications rule. I have upgraded the compileSdk to 33 and al...
Neisse asked 8/2, 2023 at 9:19
4
I'm developing an application using expo. I want to send and receive push notifications in my application using expo-notifications.
I have integrated the expo-notification and I'm receiving the not...
Ceciliacecilio asked 21/7, 2020 at 8:2
4
I assumed I followed all the steps to handling background notifications from firebase in flutter. I have created a top-level function that I am expecting to be triggered whenever a notification com...
Rogelioroger asked 22/9, 2022 at 16:30
4
The context:
I have a flutter app in which it is my goal to handle push notifications messages with firebase messaging to users who are subscribed to a topic. The notification is sent with data tha...
Elkeelkhound asked 12/5, 2023 at 15:55
25
Solved
I've been trying very very hard to create a simple simple iOS app which can recieve push notifications. My only reason for doing this is to establish a procedure for some other team members to use,...
Muskogean asked 11/6, 2012 at 20:30
5
Solved
Although I did this solution which is in stackoverflow, the icon still the same.
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource=&qu...
Mors asked 30/11, 2021 at 16:43
7
Solved
I have built an application with flutter that works like a reminder.
How can I display notifications to the user even though the app is closed?
Diapause asked 1/12, 2018 at 15:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.