我想知道 Xamarin 表单是否支持 watchOS 应用程序?

I want to know if Xamarin forms support watchOS application?

我只为 iOS 制作了一个简单的推送通知应用程序 (Xamarin Forms)。我想知道如果我在我的 iPhone 上下载它,我会收到 iWatch 的通知还是我需要一些扩展?

据我所知,Apple Watch 默认只镜像 iPhone 的通知。您可以在手表或 phone 的设置中更改此设置。但是,如果您从未接触过这些,那么如果您的 phone 被锁定,您的 iOS 应用程序产生的通知应该会显示在 Apple Watch 上。

不过我想知道的是,你为什么不先试试这个再问?

iOS Xamarin.forms 制作的应用程序与 native iOS 制作的应用程序相同,当您将应用程序安装到您的 iPhone 时,它们都使用本机 iOS SDK.

要从您的 Apple Watch 获取通知:

Your Apple Watch notifications mirror your iPhone settings, but you can customize the settings for each app. In watchOS 5, notifications can be organized by app and grouped in stacks in Notification Center. For example, all your activity notifications can appear in a stack. You can also choose whether or not you get alerts for notifications, so they appear silently or not at all.

看看这篇文章会有帮助:Notifications on your Apple Watch