objective c - How to play Sound File In Silent Mode iPhone sdk? -


how play sound file in silent mode iphone sdk ?

i m trying play sound file in silent mode result 0

i have tried code

systemsoundid soundid; audioservicescreatesystemsoundid((cfurlref)[nsurl fileurlwithpath:fullpath],&soundid); audioservicesplaysystemsound (soundid); 

when import in header file

#import <audiotoolbox/audiotoolbox.h> 

create error

error: expected identifier before '\x786f7073'

asnwer possible.....

thanks in advance

regard

stupidiphonedeveloper

you have define audio session category not silenced mute switch.

check out audio session page on apple dev site : http://developer.apple.com/library/ios/#documentation/audio/conceptual/audiosessionprogrammingguide/audiosessioncategories/audiosessioncategories.html%23//apple_ref/doc/uid/tp40007875-ch4-sw1

maybe avaudiosessioncategoryplayandrecord 1 need.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -