invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

iOS Time Sensitive notifications not playing sound in silent mode #1000

Closed julian-gargicevich closed 7 months ago

julian-gargicevich commented 9 months ago

Not sure if it's possible but I've seen other apps override silent mode and play a sound when they send a Time Sensitive notification (not Critical). The ones I send from notifee show the Time Sensitive tag but no sound, I've tried every possible combination of settings with no luck.

I do have the time-sensitive entitlement enabled in my app.config, and I'm using expo

await notifee.createTriggerNotification({title: "Your rest is over", ios: { sound: "bell.wav", interruptionLevel: "timeSensitive", // I've tried settings these // critical: true, // criticalVolume: 1, }, }, trigger );

github-actions[bot] commented 8 months ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.