Add remote notifications background mode for sound effect

This commit is contained in:
Thomas Ricouard 2023-01-26 19:47:18 +01:00
parent f96ec217ae
commit a6f09e76cf

View file

@ -17,5 +17,9 @@
</array> </array>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
</dict> </dict>
</plist> </plist>