19,435 questions
Advice
0
votes
0
replies
25
views
Expo push notifications work in Expo Go but not in EAS build (preview
I’ve set up push notifications in my React Native app using Expo’s Notifications API.
i am using expo sdk 54.0.10
Notifications work perfectly in Expo Go, but when I build the app using this command:
...
-1
votes
0
answers
37
views
Android 15+ background notifications [closed]
The problem with displaying notifications is in a scenario where the background (service) notification is already being shown, the rest of the notifications are shown "stripped down", after ...
1
vote
1
answer
69
views
Flutter push notification image is cropped in Android and iOS notifications [closed]
I am using Firebase Cloud Messaging (FCM) in my Flutter app to send push notifications on both Android and iOS.
I include an image URL in the FCM payload, and the notification shows the image, but it’...
1
vote
0
answers
88
views
Unable to deploy or run Microsoft Push Notifications sample
I'm trying to run the Microsoft Push Notifications sample taken from here client to explore this capability on a Windows app. My setup composed of Azure Notification server, remote app to trigger the ...
1
vote
1
answer
106
views
How to refresh APNs token automatically after device restore without requiring the user to open the app?
When an iOS device is restored from another device (e.g., Device A → Device B), the old APNs token becomes invalid. The token is only refreshed once the app is opened and ...
1
vote
1
answer
79
views
How to use automatically generated service worker example in Rails 8? [closed]
I realised that Rails 8 generated automatically a service worker file for a new app.
It seems to be useful for web push notifications, and I would like to use push notifications but I do not know how ...
0
votes
0
answers
14
views
Does react-native-onesignal support background processing?
Consider this code (tested on RN 0.71, react-native-onesignal 5.2.8):
const handleForegroundNotification = (event:any) => {
console.log('Foreground notification detail: ',JSON.stringify(event));...
0
votes
1
answer
71
views
WalletPass Notification API Returns 200 but No Push Notification Received
Problem:
When using the WalletPass Notification API to push updates to a pass, the API returns a 200 OK response, indicating success. However, no push notification is actually delivered to the ...
0
votes
0
answers
45
views
Ghost pushing in flutter app with push notifications
I created a flutter app with push notifications enabled, and I'm using firebase FCM HTTP v1 API to send push notifications to my device. Here's my FCM API POST payload.
{
"message": {
&...
0
votes
1
answer
83
views
React Native iOS: Push Notification Listeners Not Triggering Despite Notifications Being Received
I am building a React Native (Bare Workflow) application using @react-native-firebase/messaging.
The core issue is that while iOS system push notifications are being received and displayed correctly (...
0
votes
0
answers
90
views
How can I update a WidgetKit widget from the server when the app is closed?
I’m building a Swift app with a WidgetKit widget. I want the widget to update on demand whenever I trigger it from my server.
Here’s what I’ve tried so far:
Background push notifications:
My plan was ...
1
vote
0
answers
195
views
Cannot receive push notification on iOS Simulator
I'm testing silent push notifications in my app, but when I drag a .apns file into the simulator, it doesn't trigger the didReceiveRemoteNotification callback method.
I've created a minimal ...
4
votes
0
answers
183
views
One Signal OnTap of Notification gives a collapsing effect
Whenever I tap on the notification that I receive , there is a black flash or a collapsing effect , I have tested on real device and on release mode , the bug that I want to fix: -
This is my xml : -
...
0
votes
0
answers
66
views
Android Notification Permission & Background Tasks
On Android 14 devices, notifications never show up and background sync stops working after app goes to background. The permission states show as granted but nothing works. Getting "Background ...
0
votes
0
answers
81
views
Image not showing in iOS push notification using Notification Service Extension in React Native with Firebase
I'm working on a React Native project where I’ve implemented a Notification Service Extension (NSE) to display rich push notifications with images on iOS. I'm using Firebase Cloud Messaging (FCM) to ...
0
votes
0
answers
48
views
Having troble with push notification using web-push on production
I’m working on implementing push notifications in my web app. On localhost, everything works perfectly — my notifications show the correct title and body. But once I deploy to production, Chrome only ...
0
votes
0
answers
22
views
Toast messages not displaying during test execution, skipping directly to next screen
During execution, the toast messages are expected to be verified.
In the scan window, the toast message is detected correctly.
But when running the test case, the automation skips this toast ...
0
votes
0
answers
43
views
WidgetPushHandler methods are never called (WatchOS 26 beta 8)
Added WidgetPushHandler struct to my widget via
.pushHandler(WatchAppWidgetPushHandler.self)
Also added push notifications capability to the watch widget extension (and also to watch app).
struct ...
0
votes
0
answers
92
views
PWA Android & iOS look of push notification
I have implemented push notifications for my PWA with Firebase and a service worker. Only problem I am currently having is the look of the push notifications on both my Android and iPhone.
This is ...
2
votes
0
answers
68
views
CloudKit remote notifications in macOS get clogged up
I have a macOS app which uses CloudKit. I'm trying to deliver remote notifications for database record changes, but I didn't get any notifications through.
I've set everything correctly and according ...
0
votes
0
answers
89
views
Pusher Beams Flutter Notifications Work on Emulator but Not on Real Devices
I'm currently implementing Pusher Beams for background notifications in my Flutter app. Everything works fine on the Android emulator — notifications are received even when the app is in the ...
1
vote
1
answer
120
views
Why do scheduled notifications arrive on the same day?
I'm trying to schedule a notification for several days in advance, including today, but all scheduled notifications are coming today.
This is my code:
import 'package:flutter_local_notifications/...
0
votes
0
answers
81
views
How to send Live Activity push token to server (like Airship or OneSignal) if app hasn't been opened for days?
What I Know So Far:
You must call Activity.request(..., pushType: .token) inside the app to create a Live Activity and receive its push token.
The token can be captured using for await activity....
0
votes
0
answers
38
views
There is no XCFramework found at... when installing onesignal in flutter project
I am using onesignal_flutter: ^5.3.4 and getting error:
Error (Xcode): Multiple commands produce '/myproject/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/OneSignalExtension.framework'
Error (...
0
votes
0
answers
49
views
iOS App not able to get VoIP push notification when device is powered on, After opening App VoIP push receiving
When User restart iOS device, after powering on iOS App is not able to get VoIP push notification. If user opens App, immediate VoIP push receiving.
In Normal (App Kill or Background state) everything ...
0
votes
0
answers
62
views
Reset/revoke APNs device token without reinstall app
Every time when users logout the app must be don't receiving push notifications for that user (revoke token), and every time when users login it must be new APNs token generated, so user will not ...
0
votes
1
answer
49
views
How to stop Expo Push Notification sound?
I am using Expo Push Notifications in my app to implement a WhatsApp-like calling functionality. I've used a custom sound, and it plays perfectly.
But the problem is when I wanna stop it from the JS ...
0
votes
0
answers
62
views
iOS push notifications are being denied even though the user accepts
I am trying to implement push notifications in my iOS app. I prompt the user at startup and when I hit allow, iOS still silently denies. I know this from console logging.
constructor(
private ...
0
votes
0
answers
73
views
Apple CarPlay push notification action
I have set up push notification in my iOS app that has carplay-driving-tasks entitlement. But I couldn't figure out a way to present an Alert template when the app opens on a user tapping the ...
1
vote
0
answers
99
views
PlatformException LIVE_ACTIVITY_ERROR launching live activity with live_activities Flutter plugin on iOS(com.apple.ActivityKit.ActivityInput error 0.)
I'm developing a Flutter app and trying to implement iOS Live Activities using the live_activities plugin. However, when I attempt to start a Live Activity, I get the following error:
...
0
votes
0
answers
58
views
iOS Physical Device Not Receiving Background Push Notifications with Pusher, While iOS Emulator Does
I'm using React Native with Pusher Beams for push notifications in my app.
Issue:
On my iOS emulator (iPhone 16 Pro Max, iOS 17+), background push notifications are working correctly after I enabled ...
4
votes
1
answer
402
views
Android 16 Live Updates Notifications, canPostPromotedNotifications() always false, (No Status chip, not expanded, collapsible)
I'm currently testing official live updates android feature for notifications in Android 16
https://developer.android.com/develop/ui/views/notifications/live-update
https://www.youtube.com/watch?v=...
0
votes
0
answers
119
views
Firebase push notification not receiving in Testflight build for iOS
In my application, Firebase push notifications are not being received in the TestFlight version of the app, although they work correctly in the debug build. Here are my findings:
When automatic ...
0
votes
0
answers
14
views
Expo React Native - Safari push notifications
we have a react native project using Expo to cover iOS, Android and Web.
We managed to integrate expo-notifications (SDK 52) and support notifications across all Web browsers, except for Safari on ...
0
votes
0
answers
44
views
Custom notification sound is not applied when the app is killed in react native push notification
Im working on React native project
I need to play custom sound when a push notification occurs on foreground , background or even the app is killed
For Android Application
0
votes
0
answers
53
views
Do we get apple wallet notification using changemessage, if the pass is expired?
I am using Apple Wallet passes, and using changemessage field to trigger notification via APNS updates, I am getting the acurate notification on active passes, but i am not getting any notification, ...
1
vote
1
answer
170
views
How to make OneSignal plugin work on ionic capacitor7 project
has anyone a successfull experience in using onesignal plugin with ionic (v8) capacitor (v7)?
I recently had to migrate a old ionic4 app that used the old version of onesignal plugin, but after ...
1
vote
1
answer
435
views
Expo 53 push notifications stopped working in my production build after the upgrade. Still works in Expo Go
I am unable to see push notifications on my mobile device for my app in production. My issue is only in IOS and only after I updated my project to expo 53. Downgrading it back to 52 showed me a ...
0
votes
2
answers
152
views
How to implement timer-based push notifications in Flutter (Android/iOS) without Firebase or backend services? [closed]
I want to implement push-like notifications in a Flutter app for both Android and iOS, where a countdown timer is visible directly inside the notification.
The key requirements are:
The notification ...
0
votes
0
answers
79
views
Firebase Push Notifications not opening PWA Next.js correctly on Android (works on iOS and Web)
I'm working on a Next.js PWA using Firebase Cloud Messaging (FCM). I have implemented a service worker to handle background push notifications, and I'm experiencing inconsistent behavior across ...
0
votes
0
answers
76
views
How to send daily notifications at specific times in Flutter even when the app is closed?
Body:
I'm building a Flutter app where I need to send local notifications one or more times every day at specific times — even when the app is closed or in the background.
However, the notifications ...
0
votes
0
answers
74
views
Firebase Push Notifications not showing on iOS
What I Have:
A Python script which sends data-only notification messages to my device/emulator using firebase_admin.messaging.send
A Flutter mobile app which listens for the incoming messages (...
0
votes
1
answer
327
views
Send Push Notifications Without Using Firebase [duplicate]
We need to send notifications to users in the mobile application we developed with Flutter. We cannot use a 3rd party service like firebase due to some data security restrictions.
I realized that the ...
0
votes
0
answers
111
views
Issue in setting a fullscreen notification on a phone in react native
I'm trying to implement a fullscreen alarm feature on my Android app, similar to the behavior of Google's Clock app, where the alarm displays over the lock screen with snooze and dismiss options. ...
0
votes
1
answer
95
views
Does agora chat have push notification to the user device
I want to know is there a way to send push notification the the receivers device in agora chat .is that feature natively providing or not in flutter
I implemented chat feature and is there a agora way ...
0
votes
0
answers
41
views
webtonative integration to onesignal id and external id
I have a website which has already integrated with onesignal, all good with no problem. And now I am integrating my website with webtonative so I need to re integrate with onesignal. With my original ...
1
vote
3
answers
86
views
App isn't responding after receiving firebase notification on Android
My Flutter app crashes on Android when receiving Firebase push notifications — both in foreground and background. Everything works fine on iOS. I’ve tried deleting the android folder and setting up ...
1
vote
1
answer
42
views
socket notification for multiple user for different logical area approach comparison
My app has five tab - Tab1 Tab2 Tab3 Tab4 Tab5 each tab its own logical operation.
using WebSocket notification with api
if user made any change in Tab1 Tab 2 3 4,5 must get notification.
similar ...
0
votes
1
answer
378
views
Expo push notifications work in Expo Go but not in APK (no push token in production build)
I’m building a React Native app using Expo SDK 52, and I'm using expo-notifications to register and handle push notifications. In development (using Expo Go), everything works perfectly — I get the ...
0
votes
0
answers
342
views
Android 15: Push Notifications: Icon not displaying in notification, white square shown instead
This issue is happening only with Android 15
Currently am using mipmap for smallIcon of notifications
and setting it programmatically
I have googled this problem, as well as the correct way of ...