8,092 questions
0
votes
0
answers
34
views
Firebase background handler on iOS runs inconsistently (works on Android)
I’m building an end-to-end encrypted chat app using Flutter.
When a Firebase push notification arrives, my background message handler (_firebaseMessagingBackgroundHandler) connects to my WebSocket ...
2
votes
1
answer
69
views
Remote notification tap not handled when app is killed
I’m running into an issue with remote push notifications on iOS.
When the app is in background or inactive, tapping a notification correctly triggers:
userNotificationCenter(_:didReceive:...
-4
votes
0
answers
57
views
I am trying to fetch voip token from apple in react native but cannot seem to do so, I am building on xcode cloud as my mac is quite old. xcode is 15 [closed]
I’m trying to implement VoIP push notifications in my React Native app using react-native-voip-push-notification. Regular push notifications (FCM & Apple notifications) are working, but the VoIP ...
-1
votes
1
answer
150
views
Can you include an `alert` with a sound within the `end` event of a Live Activity?
When we do that, the Live Activity is immediately ended without any alert or sound. The dismissal-date is only used for the Lock Screen.
It no longer shows on the Dynamic Island.
Yet it says on Lock ...
2
votes
1
answer
48
views
How can I achieve instant push notifications to thousands of devices?
I’ve built an app for my clients, and it’s crucial that its notifications are delivered very quickly. During testing, when there were about 5 of us, notifications were instant. But as our user base ...
1
vote
1
answer
137
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 ...
0
votes
0
answers
268
views
Firebase Push Notification Not Working, APNs token is null on iOS
Flutter Environment
Flutter Version: 3.29.3 (stable)
Dart Version: 3.7.2
Xcode Version: 26.0.1
CocoaPods Version: 1.16.2
Firebase Packages
firebase_core: ^4.1.1
firebase_messaging: ^16.0.2
Device /...
1
vote
1
answer
124
views
How to tell whether user opened app using push notification?
How can I tell whether user opened an iOS app using push notification? I want to track using analytics when the user opens the app through push notification. I’m using pusher.com to send the push ...
0
votes
1
answer
89
views
Firebase secret manager v2 Function fails with "secretOrPrivateKey must be an asymmetric key when using ES256"
I have a Node.js 20 Cloud Function that uses the Firebase Admin SDK. One of the functions (checkExpiredActivities, a v2 scheduled function - Xcode Live Activity) needs to send an APNs push ...
0
votes
0
answers
38
views
FCM notification not going to iPhone but working previously
First was using an Individual Apple Dev Account for development now in production using an Organization account. The key details was updated in firebase accordingly, but notification was going ...
2
votes
0
answers
89
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
106
views
Firebase Phone Auth on iOS with Silent APNs Doesn't Work - Still Opens Safari (reCAPTCHA)
I’m trying to implement Firebase Phone Authentication on iOS using silent APNs verification, so that users don’t have to deal with the fallback reCAPTCHA flow.
Despite following all Firebase and Apple ...
0
votes
0
answers
53
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 ...
1
vote
1
answer
275
views
Missing com.apple.developer.voip-push-notification Entitlement in Provisioning Profile
I’m building a React Native app (using Swift bridging) that integrates Twilio Voice, PushKit, and CallKit to support VoIP functionality for incoming calls with WhatsApp like call notification. However,...
0
votes
0
answers
64
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
0
answers
38
views
openfire pushserver.jar plugin iOs push notification not working
I am using openfire 4.7.4 version.
I have installed pushserver.jar plugin.
In openfire ios pushapns settings, I have uploaded apns certificate.
In openfire pushserver settings, I have configured
...
0
votes
0
answers
43
views
Carplay Not read incoming message loudly by siri like whatsapp
I am making VOIP based app and enabled carplay feature in this.Currently in my app all things working fine but only issue is siri not read messages loudly like whats app.
So for that i enable ...
1
vote
0
answers
41
views
Do iOS PWAs support updating app icon badges when the app is force-closed?
I'm currently developing a PWA that uses Web Push Notifications and app icon badges. All badge functionality works as expected while the app is open, backgrounded, or even when the phone is locked.
...
1
vote
0
answers
67
views
How to sync app data with server at any time
I am building a chat section in my app. Chat itself uses a websocket to send and receive data like new messages, actions like add/remove participant from a chat and basically anything. A strength ...
2
votes
2
answers
808
views
Is push-to-start token for Live Activity single use?
I'm currently seeing that OS gets a new push-to-start token immediately after receiving the first notification.
Should my server immediately invalidate the push-to-start token upon usage?
Or ...
0
votes
0
answers
17
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
64
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
149
views
AppDelegate Firebase Push Notification problem after migrating to Swift 6
This is my AppDeligate:
import Firebase
import FirebaseCore
import FirebaseMessaging
import UserNotifications
import SwiftUI
class AppDelegate: NSObject, UIApplicationDelegate, ...
1
vote
0
answers
105
views
iOS Push Notification Service Extension works on simulator but not on a physical device
I created a fresh SwiftUI project and added a service extension to be able to attach an image to the push. It works good on the simulator but the service extension will not modify the push on my real ...
1
vote
1
answer
100
views
APNs Token: null, i can not get apn token in my ios application
This is my appdelegate.m file, i am having issues with my apns token, i have also set up the .p8 file for firebase, still can not manage to get it to work on ios devices for firebase notifications.
I ...
1
vote
0
answers
46
views
How to exclude APNs from tunnel traffic in split tunnel mode SWIFT
im currently developing proxy app with XrayCore trying to bypass APNs when tunnel us up and i found .excludeAPNs property in NETunnelProviderProtocol that works only when includeAllNetworks property ...
0
votes
0
answers
173
views
PWA Web Push limitations for iOS
I developed a PWA to send web push notifications, and a small number of users are testing it. (Add to home screen, then subscribe from the app)
It works fine on Android, but some iOS users noticed ...
0
votes
0
answers
155
views
iOS PWA push notification actions (yes/no buttons) not showing – any workaround?
I'm trying to implement push notifications for a PWA. Here's the relevant code snippet using PHP with Minishlink/WebPush:
use Minishlink\WebPush\WebPush;
use Minishlink\WebPush\Subscription;
$webPush =...
0
votes
0
answers
53
views
Voip pushes are getting deliverd even after 'apns-expiration' has already expired. I have also set 'apns-priority' to 10 as recommended
I have a voip app. My problem is that voip pushes are getting delivered even if the 'apns-expiration' for that push has already expired.
Below is my scenario.
Initially iPhone is in switched Off state....
0
votes
0
answers
57
views
With Flutter, I can receive and process notifications from Android devices on iOS. However, I cannot do the same when sending from Android to iOS
$messagePayload = [
"message" => [
"token" => $fcmToken,
"data" => $payloadData,
&...
0
votes
0
answers
61
views
Is there a supported way to hide push notifications and process payload payloads silently in iOS (even when the app is in background or terminated)?
I'm developing an iOS app that receives broadcast push notifications. For certain user preferences, I need to silently capture the payload (for example, to insert data into a database) without ...
1
vote
0
answers
68
views
Unable to Decode Apple In-App Purchase Server-to-Server Notification Payload
I'm implementing Apple In-App Purchase server-to-server notifications in Laravel. I have set up the necessary credentials (issuer_id, key_id, and p8 private key) from App Store Connect and configured ...
0
votes
0
answers
78
views
Flutter Background Push Notification: Not Receiving Notification or Logging in AppDelegate.swift
I'm trying to implement background push notifications in my Flutter app. The goal is to trigger a process in the background when a push notification arrives, and as a proof of concept, I just want to ...
0
votes
0
answers
56
views
APNs Token Works with Twilio but Fails with Azure Notification Hubs: The Push Notification System handle for the registration is invalid
I am currently facing an issue where a device token (APNs) works perfectly when used with Twilio (We're migrating to Azure), but fails when I register it with Azure Notification Hubs. Here's tghe code ...
0
votes
2
answers
180
views
How to detect push notification token change and update server only when changed
I'm working with iOS push notifications (APNs) and need to update my server with the device's push notification token whenever it's initially registered or changes.
Apple's documentation explicitly ...
0
votes
0
answers
97
views
Flutter Push Notifications iOS complaining about missing entitlement, while it's defined in the provisioning profile
Currently I’m in the process of setting up push notifications on iOS, with a Flutter App (Containing 4 different whitelabels, having each a flavor production and staging).
I have my app setup with ...
0
votes
0
answers
68
views
Dismissing notifications on iOS
I am sending push notifications on iOS, and I can receive and display them correctly. I want to be able to dismiss notifications that have been read server-side (e.g. on a different device) so I am ...
0
votes
2
answers
512
views
SwiftUI iOS - firebase push notifications error: APNS device token not set before retrieving FCM Token for Sender ID
Up until a year or something, push notifications worked and I've stopped paying attention to them, so I don't know if I'm getting the error since swift/swiftui/xcode/ios update or what ever. This is ...
-1
votes
1
answer
49
views
Obliterating any trace of icon, but it still appears in Python-made notifications
I am using Jorrick's MacOS notifications generator to make custom MacOS popup notifications. Whenever one appears, it uses the Python Launcher rocketship icon, like this:
I want to replace the ...
1
vote
1
answer
412
views
Do we need to update anything in OneSignal for APNs certificate changes in 2025? [closed]
We are using OneSignal for push notifications in our application. Apple has announced that the Certification Authority (CA) for Apple Push Notification service (APNs) is changing.
Since we are using ...
0
votes
0
answers
25
views
Sending Push to tvOS
I have a tvOS Obj-C app that I'm having issues with sending a silent notification. I use Parse on back4app.com and am using CloudCode so when I save a class, it sends a silent notification the Apple ...
0
votes
1
answer
85
views
IOS notification , how to catch notification payload on tap of notification in flutter
My application is like below.
Backend is sending notification to ios using node-apn package (directly using apn)
APN toke is retrieved using firebase.
In backend server :
A.used FCM to send ...
0
votes
0
answers
73
views
MDM-MDM signing certificate
In MDM (mobile device management) instance, whether a internal CA is required to get a APNs certificate from the Apple, to generate MDM signing cert. In the case of multi tenant that has a MDM ...
1
vote
0
answers
171
views
Remove delivered notification on iOS
I am working on an app project that uses Flutter.
And I have an issue with removing delivered notificaion on iOS.
We use Firebase Cloud Messaging (FCM) to deliver remote notificaions on iOS and in ...
2
votes
1
answer
190
views
Remote communication notifications not working iOS 18
I'm trying to make communication notifications work with the remote push notifications I have set up, specifically so that I can get user avatars to appear in the notification. I have successfully set ...
0
votes
0
answers
49
views
Notifications have stopped working on iOS - react native
All of a sudden notifications have stopped working on iOS. the logs on the Xcode console are showing two warning:
2024-12-31 19:23:31.439656+0500 trivialapp[31127:217995] 10.3.0 - [FirebaseCore][I-...
0
votes
0
answers
54
views
Agora Push Notification Issue iOS
I need help finding the key to send in the push payload to send push notifications with Agora.
I am getting this payload -
{
"aps": {
"alert": {
"title": &...
0
votes
1
answer
177
views
How to keep token active to use google firebase notification push
How can we keep a Google Firebase push token alive? According to the Google documentation, the token expires in 30 days if the user uninstalls the app or loses their smartphone. However, we need the ...
-1
votes
1
answer
451
views
iOS Push Notifications Not Working After Changing Bundle ID and Firebase Project
Issue :
I recently changed the Bundle ID of my Flutter app and created a new Firebase project to match the updated Bundle ID. While push notifications are working perfectly on Android, they are not ...
2
votes
1
answer
1k
views
Sending "Start" Live Activity Notification from Apple Push Notifications Console successfully received by APNs and device, but doesn't start activity
Resorting to asking here since it seems that there's not a lot of documentation around debugging "Start" push notifications for Live Activities.
Basically, I've been trying to send a test &...