silent-notification Questions
9
I am banging my head. I am implementing push notification. Everything is working fine (push is received, badge is updated) but under iOS 13.3 the method application(_:didReceiveRemoteNotification:f...
Bronchi asked 23/1, 2020 at 10:57
3
Solved
The purpose is to send push notification with only badge value & nothing else (no banner).
I integrated parse sdk to test push notification & send this push notification
{
"alert" :"",
"...
Karinkarina asked 5/1, 2015 at 10:30
1
While testing the delivery of silent notifications (one which has "content-available": 1 in the payload) to my app I noticed that, after device is rebooted notifications are not delivered. Sending ...
Europium asked 23/10, 2019 at 14:42
4
I am trying to send a silent notification (I mean a notification that will not be shown in the tray) using
this API:
but when I do not set the body key I get this Error:
{
"error": {
"code": 4...
Colloid asked 7/3, 2018 at 15:23
4
Solved
My app wakes up from suspended mode on silent remote notification from a server, exactly as I want. This server sends a push notification with "content-available:1", which does the job.
Now I want...
Abreact asked 6/7, 2017 at 9:4
3
Solved
In my settings tabbar:
I have a feature specific switch which can be turned OFF or ON based on API response.
From website only admin is authorized to turn ON/OFF.
I can make /user API call everyt...
Marozik asked 4/6, 2015 at 12:50
1
Solved
Currently I'm able to receive silent push using app delegate's didReceiveRemoteNotification method.
That method is deprecated and according to this we're supposed to be switching to UNUserNotific...
Eggert asked 12/2, 2018 at 23:50
1
Solved
When your iPhone receives a WhatsApp/Telegram push notification e.g.
wife:
"buy pizza"
Question1: Is it that the app has to download/receive that itself. That is the banner that pops up on the p...
Escaut asked 8/6, 2017 at 17:32
3
Solved
When I read Apple Docs, they mention 3 types of notification: local, remote, and silent.
Local notification can be inferred from its name, that is sent by the app locally.
However, what is the diff...
Orthopedic asked 16/2, 2017 at 13:15
1
© 2022 - 2024 — McMap. All rights reserved.