Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle iOS system audio events and resume playblack when necessary #343

Closed
ronaldheft opened this issue Aug 30, 2022 · 0 comments · Fixed by #361
Closed

Handle iOS system audio events and resume playblack when necessary #343

ronaldheft opened this issue Aug 30, 2022 · 0 comments · Fixed by #361
Labels
enhancement New feature or request

Comments

@ronaldheft
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Right now ABS on iOS is not aware of system audio events. This means if driving directions or Siri pauses audio from ABS, playback will not resume after the audio is over. Additionally, this also may mean audio continues to play when disconnecting headphones.

Describe the solution you'd like

ABS for iOS should implement the system audio API events, and pause and resume audio for appropriate scenarios.

Describe alternatives you've considered

None. This is a requirement for a CarPlay app, as iOS audio apps are not approved for CarPlay if they're not a good iOS audio citizen (been reading the CarPlay docs 😄 )

Additional context

@ronaldheft ronaldheft added the enhancement New feature or request label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant