Skip to main content
Advice
0 votes
0 replies
23 views

I'm using Angular 17 and Spring Boot 3.3.0, and I have Server-Sent Events (SSE) working on both the backend and frontend. I need to display a push notification in Angular whenever a new SSE event is ...
Ousama's user avatar
  • 2,880
0 votes
1 answer
35 views

I am developing an Expo app and want to implement push notifications with images. Unfortunately, expo-notifications does not support images in push notifications, so I want to use @react-native-...
Parveen Kumar's user avatar
0 votes
1 answer
32 views

I'm having issue that notifications sounds doesn't play, specially for critical notifications i'm using react native. i already have entitlement and approval from apple i have the sound file .wav 3 ...
Balalen's user avatar
  • 568
1 vote
0 answers
44 views

I'm working in a team that supports the delivery of image files over the web. We've noticed that some requests for images (via image URLs) coming from mobile devices do not contain the Accept header ...
Savina Dimitrova's user avatar
2 votes
1 answer
39 views

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 ...
Mattia Antonacci's user avatar
0 votes
0 answers
27 views

I’m using OneSignal in my Flutter app to send push notifications between a client and admin when they exchange messages (like a support chat). Here’s what’s happening: Sending test notifications ...
Anas mp's user avatar
1 vote
0 answers
45 views

I'm experiencing a critical regression on iOS 26 with a Notification Content Extension. extensionContext.open(uri) fails to open external URLs with LSApplicationWorkspaceErrorDomain Code=115 under ...
Ramesh Kumar's user avatar
Advice
0 votes
1 replies
93 views

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: ...
Ronan power's user avatar
1 vote
0 answers
92 views

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 ...
Zohar81's user avatar
  • 5,214
1 vote
1 answer
124 views

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 ...
Salman500's user avatar
  • 1,121
1 vote
1 answer
89 views

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 ...
Chiara Ani's user avatar
  • 1,135
0 votes
0 answers
21 views

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));...
anta40's user avatar
  • 6,813
0 votes
1 answer
73 views

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 ...
Saif Hesham's user avatar
0 votes
0 answers
46 views

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": { &...
azdev's user avatar
  • 1
1 vote
1 answer
116 views

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 (...
Gopal Rao's user avatar

15 30 50 per page
1
2 3 4 5
1296