
Does Appwrite Messaging support Critical Messaging for IOS? If yes, how can i send it? I already have the entitlement from apple.

@Afonso Inglês As mentioned in the forum thread, looks like that what Apple requires you to do server sided in order to send critical alerts is setting the sound field this way: { "critical": 1, "name": "default", "volume": 1.0 }
So currently it should be possible to set that from what I understand.

Hey. @D5! Im unable to set the sound parameter as that :( I get this error:
appwrite.exception.AppwriteException: Invalid sound
param: Value must be a valid string and at least 1 chars and no longer than 256 chars

print(appwrite_admin.messaging.create_push(
message_id=appwrite_admin.id.unique(),
title="Test",
body="Test",
targets=["7b65b22c9a8a"],
sound={ "critical": 1, "name": "default", "volume": 1.0 }
))
Recommended threads
- Various Issues with Selfhosted Instance
When Creating sites, applications and messages i get different errors in Appwrite: When adding Site: Cannot access offset of type string on string When buildi...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
