Questions tagged [silentpush]

Use this tag for Silent push notifications to mobile

Background update notifications improve the user experience by giving you a way to wake up your app periodically so that it can refresh its data in the background.

Docs: https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html

Famous Q&A: What is Silent Push Notification? When does the device receive it?

51 questions
1
vote
1 answer

getting silent push notification

I am trying to receive silent push notification when the app is totally off, but I'm not getting the push, what am I missing? I added in split: Required background modes -> App downloads content in response to push notifications I implement in the…
ilan
  • 4,402
  • 6
  • 40
  • 76
0
votes
1 answer

.Net Maui iOS app with Silent Push Notifications ReceivedRemoteNotification or DidReceiveRemoteNotification never gets called

I'm using Plugin.Firebase and my own APN Server. I can send a message with an alert payload. This works just fine. If I send a message with a content-available payload, nothing happens. I'm using the current version of the .Net 7 release. My target…
0
votes
1 answer

Silent Push Notification is not received to the device in swift

When I send the notification. I am getting the notification randomly on the devices. I was sending notification to 5 devices. Now 3 devices were receiving the notification and 2 device didn't received. When the app is running in the foreground I am…
0
votes
1 answer

Silent push not triggering the code execution

I'm sending silent push notification every 30 minutes, I want execute code when silent notification arrives to device. But after lot of tries, I can't get the result. When I testing it on my device (with version from Xcode) everything works, after…
Peter Hlavatík
  • 117
  • 1
  • 1
  • 11
0
votes
2 answers

Silent push notification and normal push notification using OneSignal

Is it possible to implement silent push notifications and normal push notifications together in one Android application using OneSignal? I have checked with silent notifications and normal notifications separately, but can't implement it…
0
votes
1 answer

Disable push notification for specific time interval iOS

Is it possible to disable (not getting/Showing) the push notification via app. I know that, we can register or unregister for push notifications at any time, but in my application user can choose specific time-range in which he wants to get the…
Ankush
  • 2,405
  • 3
  • 22
  • 45
0
votes
2 answers

iOS 11.2.5 - didRegisterForRemoteNotificationWithDeviceToken - no response

Starting with the OS 11.2.5 my devices weren't able to register a remote notification (e.g. for silent push purposes. I implemented the registration process within these code lines: // Ask for notification…
AlexWoe89
  • 844
  • 1
  • 11
  • 23
0
votes
1 answer

Receive Firebase silent notifcation on Android when notifcations for that app are off

I am in process of developing off-line event logging system with firebase Push notifications. I have implemented the silent push and it works on IOS even if the notifications for that app are turned off. Will android act the same way as IOS, where…
kPieczonka
  • 394
  • 1
  • 14
0
votes
0 answers

iOS Firebase push messaging not receiving

I have been doing to integrate Firebase Push Notification.(Silent messaging) I can receive data message when app is in foreground state. But I can not receive any messaging when app is background and closed state. I want to receive and handle…
0
votes
3 answers

Why iOS silent push triggers application:didFinishLaunchingWithOptions: when app is in background

I have some network requests with 15s timeout in application:didFinishLaunchingWithOptions: method. I found the following odd situation. T1: app entered background by pressing home button T2: app received silent push and executed…
xuning0
  • 105
  • 1
  • 10
0
votes
2 answers

Background task if iOs app is closed

If there possibility launch app when it has received notification (without tapping on notification and if app is closed)? Or if there possibility doing some work in background if app is closed?
0
votes
1 answer

iOS Application Push Notification Error Multiple Devices

There are some devices that are not currently being developed and notified by push notifications, notification centers. The following are the conditions tested, but it is helpful if you can tell me the possible causes. Even if you can not conclude,…
0
votes
0 answers

Silent push notification using davibennun/laravel-push-notification

I'm trying to send silent push notification to iOS using davibennun/laravel-push-notification. I just want to know where to add 'content-available' => 1. Here is my code: $notification = PushNotification::Message( 'Message.', …
0
votes
2 answers

NT Authority\System & SDDL Error

A customer installing my companies software package has no problem installing the package silently when running as an admin account. The software and the service both install correctly and start up post installation. However - they need to push…
James F
  • 169
  • 10
0
votes
1 answer

Silent push only work properly when second push arrive (app in background)

Silent push notification work properly when app active in foreground 2016-12-26 15:06:17.793051 App[] didReceive in BG!!! 2016-12-26 15:06:17.932569 App[] Connected! 2016-12-26 15:06:17.936581 App[] Subscribed! 2016-12-26 15:06:17.938355 App[]…
Labuck Wu
  • 3
  • 3