Johann Weiher
Johann Weiher
Stop instead of Pause the player https://github.com/Baseflow/XamarinMediaManager/issues/773
- https://github.com/nor0x/AppCenter-XMac - https://github.com/nor0x/AppCenter-XMac/issues/13 - https://github.com/nor0x/AppCenter-XMac/issues/17#event-4960627721
iOS 14: https://developer.apple.com/documentation/carplay/cpinterfacecontroller/3650358-pushtemplate ```swift self.interfaceController.pushTemplate(CPNowPlayingTemplate.shared(), animated: true) completion() ``` --- https://github.com/Suplanus/Cuterdio/issues/74#issuecomment-634475819 Override: - NextCommand - PreviousCommand https://github.com/Baseflow/XamarinMediaManager/blob/develop/MediaManager/Platforms/Apple/Notifications/NotificationManager.cs
Navigate throw menu page not working (swiping right): https://github.com/xamarin/Xamarin.Forms/issues/7568
Release
# Release - [ ] Change Version - [ ] Solution - [ ] Info.plist files - [ ] iOS - [ ] Upload new version - [ ] Testflight...
```csharp [Register("AppDelegate")] public class AppDelegate : FormsApplicationDelegate { public AppDelegate() ... public sealed override NSWindow MainWindow { get; } public override void DidFinishLaunching(NSNotification notification) { Rg.Plugins.Popup.Popup.Init(); Forms.Init(); LoadApplication(new App()); base.DidFinishLaunching(notification);...