Regular apns will give you a willPresent callback
and there you can decide to suppress showing the notification or suppress its sound etc.
I know the iOS app will give you callbacks for when there's a contentUpdate
, yet that doesn't give the option to change the sound.
Is there a way to suppress sound of a received Live Activity when app is in foreground?