简体   繁体   English

Azure通知和移动服务

[英]Azure notification and mobile services

I'm using Visual Studio and Cordova to create crossplatform (iOS, Android) app and i'm using also azure hub notification and the mobile services. 我正在使用Visual Studio和Cordova创建跨平台(iOS,Android)应用程序,并且还在使用azure集线器通知和移动服务。

It's possible to use just one mobile services with different app and send them different push? 是否可以仅将一项移动服务与不同的应用程序一起使用,并向其发送不同的推送?

How does it work? 它是如何工作的?

Thanks 谢谢

Yes technically you can using tags. 是的,从技术上讲,您可以使用标签。 You can have two different apps using same mobile service and being tagged on notifications hub as two different app type. 您可以有两个使用相同移动服务的不同应用程序,并且在通知中心上被标记为两种不同的应用程序类型。

So when you need to push something to type 1 apps you specify this tag along with the message to notifications hub. 因此,当您需要推送某些内容以键入1个应用程序时,可以指定此标记以及向通知中心发送的消息。

Let me know if you need more details. 让我知道您是否需要更多详细信息。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM