Questions tagged [silent-notification]
56 questions
0
votes
0 answers
Periodic background fetch or downloading if app is not running / force quite/ terminated
Scenario: Backend returns a list of appointments with timings and their priorities for the current day (24 hours). iOS application checks for the most important (top priority) meeting and schedule local notification for that particular appointment…

Ankush
- 2,405
- 3
- 22
- 45
0
votes
1 answer
setting up ios Background Update Notification (silent notification) not getting callback for receiving device token
So I have push notifications setup in my app and it works great. I've recently just learned about silent notifications and wanted to implement it in case a user opts out of push notifications. I've followed all the sources I can find, but I can't…

tomrondo
- 21
- 1
- 5
0
votes
0 answers
How to get silent notifications when app becomes active
I am using silent notifications for the purpose of notifying my app when new content is available. With iOS 11.0 to iOS 11.1, the silent notifications rarely get delivered to the app on background. However, I would want to at least process the…

TudorZg
- 11
- 2
0
votes
1 answer
Closed App application trigger the event :didReceiveRemoteNotification:
I'm creating a geolocation app, and I wanted to start the startup automatically of a service that sent me coordinates every time.
Looking at the internet I read that technically it is not possible on ios, but there are some methods to overcome the…

Bruno Mandarà
- 85
- 7
0
votes
1 answer
Laravel Push notifications: Send silent push notification
I am using this to send push notification to iOS and it is working fine except the fact that I don't know how to send a silent push using this package. I have tried to send it like this:
$payload = PushNotification::Message('', array(
…

Saani
- 791
- 7
- 28
- 68
0
votes
1 answer
Push Notifications are getting cleared from Notification center, when Setting applicationIconBadgeNumber in Background mode
I am downloading my events in background mode, for that I will receive a push and a silent Notification. As I have to download data when my app is in background mode, so I am using silent notification for downloading data through a web service and…

Radhachandan
- 51
- 5
0
votes
2 answers
Enable silent push notification in a closed React Native app
Have a question about silent push notification in React Native app.
In our app we send data about an event in push notification. I want to use silent push notification to update data in the app that is closed.
Is it possible for the closed app to…

Svetlana Us
- 1
- 2
-1
votes
0 answers
Is it possible for an iPhone app to initiate a sync process even is killed state
I have a requirement in my app with offline first architecture to sync data even in killed state.
As a part of POC, I am able to trigger a silent push notification which makes few api calls but only when the app is in background state. This also…

nishant rauniyar
- 7
- 1
-1
votes
1 answer
Can we call api on silent notification in background?
Is that possible to call API to send data to the server while getting silent push-notification in iOS? Any help will be appreciated.
Thanks in advance

poojs followal
- 21
- 4
-1
votes
1 answer
silent push notifications for opted out users
I would like to send a silent notification to my app users, to refresh the content.
I have read various articles on sending silent notification to opted out users. But, how do we do it? Most opted out users don't have device push tokens. How do you…

M.M.
- 1
- 1
-2
votes
2 answers
Slient Push Notification not getting in iOS
I am trying lot but not succeed yet to get silent notification when app is killed state
Here code I am trying ..
APS data:
{
"aps": {
"content-available": 1,
"sound": ""
}
}
-(void)application:(UIApplication…

SANTOSH
- 183
- 1
- 15