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...

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" :"", "...

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...

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...

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...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.