We recently released an app, and the response to it has been more than overwhelming.
One of its main features is to play sound after the screen has been locked. It uses the following code in the build settings file. Under testing on multiple devices, this has functioned as advertised.
UIBackgroundModes =
{
“audio”,
},
However, some users are complaining, and further more posting ‘1 star’ reviews on iTunes complaining because this doesn’t work for them. I know one of the users is on iOS 7 with an iPhone 5 (which is actually my own personal set-up that functions fine).
Please let me know what could be happening here. All input appreciated here.
Thanks in Advance,
Ash