Skip to content
Back

How to send silent push notification on iOS?

  • 0
  • Apple
Pete
2 Nov, 2024, 19:43

Hi, I have setup the push notifications and it works great. But I want to try to send silent push notification. I tried to put "content-available" as key and "1" as the value and it doesn't work. I tried to use different variation like "aps" as key, "{"content-available":1}" as value. still no luck. Did I do something wrong or may be do I need to set something in the iOS side?

TL;DR
Developers want to send silent push notifications on iOS. They tried using "content-available": 1 and other variations, but it's not working. Is there something they missed or need to set up on the iOS side? Solution: Make sure to set up the correct payload format for silent push notifications. The key should be "aps" with a nested dictionary containing "content-available": 1 as the value.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more