简体   繁体   English

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

[英]I want to know if Xamarin forms support watchOS application?

I made a simple push notification appication(Xamarin Forms) only for iOS. 我只为iOS制作了一个简单的推送通知应用程序(Xamarin Forms)。 I want to know if I download it on my iPhone am I going to get notifications for iWatch or I need some extensions? 我想知道如果我在iPhone上下载它,我会收到iWatch的通知,还是需要一些扩展?

As far as I know, the Apple Watch just mirrors notifications of the iPhone by default. 据我所知,Apple Watch默认只反映iPhone的通知。 You can change this in the settings of the watch or the phone. 您可以在手表或手机的设置中更改此设置。 But if you never touched these, the notifications your iOS App produces should be displayed on the Apple Watch if your phone is locked. 但是,如果您从未接触过这些内容,那么如果您的手机被锁定,那么您的iOS应用程序产生的通知应显示在Apple Watch上。

What I wonder though, why didn't you just try this out before asking? 我想知道的是,你为什么不在问之前先尝试一下?

iOS app made by Xamarin.forms is the same as made by native iOS when you install the app to your iPhone, they all use the native iOS SDK. 当您将应用程序安装到iPhone时, Xamarin.forms制作的iOS应用程序与native iOS制作的应用程序相同,它们都使用原生iOS SDK。

To get notifications from your apple watch: 要从Apple Watch获取通知:

Your Apple Watch notifications mirror your iPhone settings, but you can customize the settings for each app. Apple Watch通知会反映您的iPhone设置,但您可以自定义每个应用的设置。 In watchOS 5, notifications can be organized by app and grouped in stacks in Notification Center. 在watchOS 5中,可以按应用程序组织通知,并将其分组到通知中心的堆栈中。 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. 您还可以选择是否收到通知警报,因此它们会静默显示或根本不显示。

Have a look at this article will help: Notifications on your Apple Watch 看看这篇文章将有助于: Apple Watch上的通知

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我想以Xamarin形式进行保管箱同步 - I want to do dropbox sync in xamarin forms Xamarin.Forms 我想要像 windows 窗体组合框一样的组合框 - Xamarin.Forms I want comboBox like a windows forms combobox 我无法在(Xamarin Forms应用程序)中显示嵌入的图像 - I cannot get the embedded images to display in (Xamarin Forms Application) 我可以将Xamarin形式的SQlite数据库数据发送到Wear应用程序吗 - Can I send SQlite database data in Xamarin Forms to Wear application In Xamarin Forms I Want To Overlap A Control Center On Top Of Xamarin Forms Map But Couldn't Expand The Map Under The Control Center - In Xamarin Forms I Want To Overlap A Control Center On Top Of Xamarin Forms Map But Couldn’t Expand The Map Under The Control Center 我怎么知道我应该在 xamarin.forms 中重新加载 OnResume 事件 - How can I know what i should reload OnResume event in xamarin.forms 知道单击了哪个按钮(Xamarin.Forms) - know which button was clicked (Xamarin.Forms) Xamarin 表单应用程序的性能改进 - Performance improvement of Xamarin forms application Xamarin.forms中是否提供对DataTable的支持? - Is there support provided for DataTable in Xamarin.forms? 我想在窗口表单应用程序中使用.mdf文件创建连接字符串 - I want to create a connection string with .mdf file in window forms application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM