Skip to main content

Questions tagged [push-notification]

Push notifications are alerts, badges, or sounds which are pushed to a mobile device from a remote server. Apple delivers push notifications via the Apple Push Notification Service (APNS). Android devices receive push notifications via the Google Cloud Messaging (GCM) service. In the past, Android devices used the Cloud to Device Messaging (C2DM) framework. Windows Phone apps receive push notifications either via MPNS or the newer WNS.

0 votes
0 answers
3 views

PWA With Push Notifications

I have been using a PWA Mobile web app for my website for years now. I want to add a way for users to accept push notifications, while my PWA is already active. Is this possible? All of the examples I ...
Steve Payne's user avatar
0 votes
1 answer
10 views

Laravel/Reactnative Firebase send error: Request contains an invalid argument

In my project where I use React-native and Laravel, I encountered an error in the notifications section. While I can receive notifications on the Android side without any issues, on the iOS side, when ...
Mehmet Ozdemir's user avatar
0 votes
0 answers
12 views

How can I play a custom tone using a downloaded audio file?

In my app, I have multiple sound files fetched from the server, and these files can change based on server configurations. When an FCM notification is received, I need to set the downloaded tone file ...
Mahendran K's user avatar
0 votes
0 answers
8 views

firebaseBackgroundMessage not working in Android Flutter

The background notifications are not working in flutter applications. Everything is fine in the virtual and physical emulator but not when installing release version. I tried everything. From ...
Alvaro's user avatar
  • 11
0 votes
0 answers
15 views

Getting no active service worker when using firebase getToken Functions

I am using react and firebase push notificaitons in my app. I am facing an issue when I clear the storage and refresh the app on the first try I get the error ' initializing Firebase Messaging: ...
Ali Nawaz's user avatar
0 votes
0 answers
11 views

Notifications are only Enqueued state in Azure Notification Hub

I have integrated Azure Notification Hub with node js using npm package @azure/notification-hubs. Firstly I registered the device and gave it some expression tags. Which is happening successfully. ...
Divya Singh's user avatar
0 votes
0 answers
13 views

is loopsound in notifee supposed to work on ios?

I set up a trigger with loopSound property set to true for both android and ios. It works on android, but, on ios the audio plays only once. Doing some research i found that ios was not allowing alarm ...
Eli's user avatar
  • 41
0 votes
0 answers
16 views

Flutter scheduled push notifications

I need to schedule PUSH notification from one device to another. I have the code which sends push notification in time, how can I improve it to have scheduled noti? class PushNotificationService { ...
Kushnirenko's user avatar
0 votes
0 answers
20 views

Push notifications subscription - what to do after user turn them off on device

I have a question regarding push notifications. How can I synchronize the state between the device and the backend when a user first allows notifications (a subscription is created and sent to the ...
Michal Kucharski's user avatar
0 votes
0 answers
35 views

Firebase Cloud Messaging (FCM) Error Messages : NOT_REGISTER , Expo React Native

I've encounter issue in Firebase Cloud Messaging Notifications Error Messages says : NOT_REGISTER I am using Expo React Native this is the dependency i use "dependencies": { "@expo/...
Haris Maulana's user avatar
0 votes
0 answers
20 views

Do Push Notifications make Websockets obsolete for a chat app with Flutter? [closed]

I've currently configured FCM to use push notifications within my flutter app for both iOS and Android. The website of the concerned app uses a chat app that uses polling to simulate real-time ...
DevelJoe's user avatar
  • 1,132
-1 votes
0 answers
26 views

what is the functionality of push notifications [closed]

I'm trying to implement push notifications into my flutter app, however the app will be used in syria which is banned from the firebase servers , as I know the firebase push notifications rely on the ...
mohammadmnyer's user avatar
-1 votes
0 answers
14 views

Flutter Ios Push Notifications [closed]

I have implemented Firebase notifications in my Flutter app, and they work fine on Android, but I can't get them working on iOS. I've tried creating and applying certificates, but it still doesn't ...
krutik's user avatar
  • 1
0 votes
1 answer
27 views

Can we make a text-to-speech function from a push notification in Swift?

Currently, I'm working on a project to implement text-to-speech functionality when the app receives a push notification. The notification is saved locally and shown using a local notification with ...
Nile's user avatar
  • 1
-1 votes
0 answers
26 views

Tapping the notification does not trigger userNotificationCenter(... didReceive...) method

Remote notifications are configured and working, however, tapping on one does not trigger any of the UnUserNotificationCenter delegate methods. Here is my code inside the 'application(......
Luka Vujnovac's user avatar

15 30 50 per page
1
2 3 4 5
1297