Disable Sound

Monkey Targets Forums/iOS/Disable Sound

C10B(Posted 2013) [#1]
Hi again,
I have written an app that has no need for sound, and makes no sounds at all. If I run the app though on an iPhone, any music that I was listening to stops. Which is very annoying.
How can I prevent this?
Thank you


siread(Posted 2013) [#2]
Check this thread:
http://www.monkeycoder.co.nz/Community/posts.php?topic=3057

:)


C10B(Posted 2013) [#3]
Thanks Siread.
That thread talks about adding some code within xcode, which I will try.
Is it possible though to add the code somewhere in monkey so that it automatically makes its way through to xcode? Or do I have to manually add it each and every time I compile? (a bit of a worry that I might forget, plus the tedious nature of redoing something over and over).

Thanks


siread(Posted 2013) [#4]
I have to add it manually. Would definitely be nice for Mark to implement it.