objective c - iOS - Playing sound in background when making a call -


i have app in obj-c makes calls, play sound when user presses button start call. sound keep playing in background when call made? if so, how can achieve this?

thank in advanced

there absolutely no way play sound while carrier phone call in progress.

sometimes, playing audio interrupted audio different app. on iphone, example, incoming phone call interrupts current app’s audio duration of call. in multitasking environment, frequency of such audio interruptions can high.

it same behavior outgoing phone call. interrupts current app's audio (playing/recording) during duration of call.

you can read more here : ios human interface guide


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -