Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

According to he documentation in 2019.1.6

https://www.audiokinetic.com/library/edge/?source=SDK&id=pg_ios_understanding_audio_session_and_its_concepts.html​

  • AkAudioSessionCategorySoloAmbient: Equivalent to the iOS audio session AVAudioSessionCategorySoloAmbient category
    • Used for audio playback only (no recording available).
    • App audio is silenced when the Ring/Silent switch is activated (when 'Lock' is pressed).
    • The main difference with the Ambient category is that when the audio session is activated, audio from other apps is interrupted.
    • App audio will be interrupted if another audio app activates its audio session in the foreground.
    • App audio will be interrupted if another audio app activates its audio session in the background under a mixable or non-mixable category.
    • This category is also recommended for game apps which use audio that should not be mixed with other audio apps running in the background. For example, users that listen to music with the Music app and switch back to your app will have their music silenced when your app resumes.
The last part users that listen to music with the Music app and switch back to your app will have their music silenced when your app resumes. Does not seem to work correctly:
  1. Play Spotify on iphone
  2. Start my app
  3. Spotify stops
  4. Background my app
  5. Play spotify
  6. Resume my app
  7. Spotify continues and no sounds come from my app.
Am I missing anything to make this work as documented?
in General Discussion by Ben C. (100 points)

Please sign-in or register to answer this question.

...