Hi,
Is it possible to define sound for critical notifications? I got it working for normal notification, but don’t seem to get correct syntax for critical notification. Or is that possible at all?
Hi,
Is it possible to define sound for critical notifications? I got it working for normal notification, but don’t seem to get correct syntax for critical notification. Or is that possible at all?
Yes you can. I import a .wav file into iOS companion through iTunes. here’s the service data example:
data:
push:
sound:
critical: 1
name: air_raid.wav
message: Alarm triggered
title: ALARM TRIGGERED!!
Thanks, got it working!