adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
133 stars 53 forks source link

IOS13 #73

Closed gimidia closed 3 years ago

gimidia commented 4 years ago

now when i put the app in the background, after a minute the stream stops playing.

adrianstevens commented 3 years ago

I believe this is a project setting - you'll need to enable background audio in your iOS app: https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/creating_a_basic_video_player_ios_and_tvos/enabling_background_audio

closing issue