简体   繁体   English

哪个Microsoft Azure版本?

[英]Which Microsoft Azure version?

I want to use remote notifications for my Android app using Xamarin. 我想使用Xamarin为我的Android应用程序使用远程通知。 Now I found a way implementing this through Microsoft Azure. 现在,我找到了一种通过Microsoft Azure实施此方法的方法。 So I am a student and have a Microsoft DreamSpark account. 因此,我是一名学生,并且拥有Microsoft DreamSpark帐户。 Now i thought, I could download Azure via DreamSpark, but which of these packages I need? 现在我想,我可以通过DreamSpark下载Azure,但是我需要哪个软件包?

  • Microsoft Azure Authoring Tools Microsoft Azure创作工具
  • Microsoft Azure Client Libraries for .NET NET的Microsoft Azure客户端库
  • Microsoft Azure Emulator Microsoft Azure模拟器
  • Microsoft Azure LightSwitch Tools for Visual Studio 2013 适用于Visual Studio 2013的Microsoft Azure LightSwitch工具
  • Microsoft Azure Mobile SDK Microsoft Azure移动SDK
  • Microsoft Azure SDK for .NET 2.5 NET 2.5的Microsoft Azure SDK
  • Microsoft Azure Storage Emulator Microsoft Azure存储模拟器
  • Microsoft Azure Storage Tools Microsoft Azure存储工具
  • Microsoft Azure Tools for Visual Studio 适用于Visual Studio的Microsoft Azure工具

I don't think I need a Mobile SDK, do I? 我认为我不需要移动SDK,对吗?

You have to install Microsoft Azure SDK for .NET so that you enable azure projects in your Visual Studio. 您必须安装Microsoft Azure SDK for .NET,以便在Visual Studio中启用Azure项目。

But if you only require to build a Notification Service, consider building an Azure Mobile service straight from the Azure Portal. 但是,如果仅需要构建通知服务,请考虑直接从Azure门户构建Azure移动服务。 Then you can configure your android application to use that service. 然后,您可以配置您的android应用程序以使用该服务。

Documentation and more help can be found : 文档和更多帮助可以找到:
1. http://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-xamarin-android-get-started/ 1. http://azure.microsoft.com/zh-CN/documentation/articles/mobile-services-dotnet-backend-xamarin-android-get-started/
2. https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn629482.aspx 2. https://msdn.microsoft.com/zh-cn/library/windows/apps/xaml/dn629482.aspx

what you would want to look at is 'push notification' feature of Azure mobile service / Azure Mobile app service (this is the new name). 您要查看的是Azure移动服务/ Azure移动应用程序服务的“推送通知”功能(这是新名称)。 Depending on which back end you are using with Android Xamarine (.NET/JavaScript)you can find tutorials (links below). 根据与Android Xamarine(.NET / JavaScript)一起使用的后端,可以找到教程(下面的链接)。 You will need an active Google account, Google Cloud Messaging Client Component, Xamarin.Android and the Azure Mobile Services Component installed in your project. 您将需要一个有效的Google帐户,Google Cloud Messaging客户端组件,Xamarin.Android和项目中安装的Azure移动服务组件。

See here for more details on this, hope this helps: 请参阅此处以获取更多详细信息,希望对您有所帮助:
Add push notifications to your Mobile Services app 向您的移动服务应用添加推送通知
Get started with Mobile Services 开始使用移动服务

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

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