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.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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?
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,…
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.',
…
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…