diff --git a/Directory.build.props b/Directory.build.props index 8bb0c98c..91de2b88 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -14,7 +14,7 @@ git $(AssemblyName) ($(TargetFramework)) en - 0.5.8 + 0.5.9 latest $(NoWarn);1591;1701;1702;1705;VSX1000;NU1603 diff --git a/README.md b/README.md index 88073ccc..93f5c3c9 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,6 @@ CrossMediaManager.Tizen.* **iOS:** * In order for the audio to contiunue to play in the background you have to add the 'Audio, Airplay and Picture in Picture Background mode' and 'Background fetch' to your Info.plist - - -* If you want to enable RemoteControl features, you will have to override `UIApplication.RemoteControlReceived(UIEvent)` and forward the event to the `MediaManagerImplementation.MediaRemoteControl.RemoteControlReceived(UIEvent)` method. See the sample application for more details. * If you are playing audio from a http resource you have to take care of [ATS](https://developer.xamarin.com/guides/ios/platform_features/introduction_to_ios9/ats/). * If you want to display a artwork/cover that is embedded into an MP3 file, make sure that you use ID3 v2.3 (not v2.4).