While a my App was working, I wanted to play a sound of other App.
I got a response by this forum before.
– build.settings
UIBackgroundModes = {“audio”,},
– main.lua
if audio.supportsSessionProperty then
audio.setSessionProperty(audio.OverrideMixWithOthers, audio.MediaPlaybackMixMode)
end
There were no problems with worked.
My application worked while hearing a net radio.
The first version could be released, but it was rejected by the 3rd time of revise.
Apple : Explain why “UIBackgroundModes” is needed.
I explained once again, but he can’t understand yet.
Do I misunderstand setting?
Isn’t “UIBackgroundModes” usually necessary to play a sound of other applications at the same time?