I am trying to upgrade an older iPhone project to adopt background audio streaming, however the "Required background modes" key is not showing up in the Info.plist drop-down menu.
I have set the base SDK to 4.0. Is there another project setting that governs which Info.plist keys are available?
Kind regards,
Rob
Open Info.plist as Plain text file and add:
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
You can open the plist as a text file and enter the key yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With