mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-18 21:26:39 +00:00
Add remote notifications background mode for sound effect
This commit is contained in:
parent
f96ec217ae
commit
a6f09e76cf
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue