7 Star 13 Fork 5

华为移动服务 / hms-push-serverdemo-csharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.39 KB
一键复制 编辑 原始数据 按行查看 历史
HMSPushKit 提交于 2023-06-27 03:00 . update README.md.

HMS Pushkit Csharp Severdemo

English | 中文

Table of Contents

Introduction

C# sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage. The following table describes folders of C# sample code:

Folder Description
AGConnectAdmin Class library encapsulated for HUAWEI Push Kit.
AGConnectAdmin.Examples Examples of using the Class library.

The following table defines main classes in the sample code:

Class Description
AppOptions App configurations.
AGConnectApp App.
AGConnectMessaging HUAWEI Push Kit API calling methods.
Message Body of a message.

Installation

  1. Decompress the sample code.
  2. Copy the decompressed AGConnectAdmin project to a proper location in your app's Visual Studio Solution, and then reference the project in your app project.
  3. Refer to the example codes to find out how to use classes in AGConnectAdmin project.

Configuration

The following table describes parameters of the AppOptions class:

Parameter Description
ClientId App ID, which is obtained from app information.
ClientSecret Secret access key of an app, which is obtained from app information.
LoginUri URL for the Huawei OAuth 2.0 service to obtain a token, please refer to Generating an App-Level Access Token.
ApiBaseUri URL for accessing HUAWEI Push Kit, please refer to Sending Messages.

Supported Environment

Sample code projects need to be opened by Visual Studio 2017 or a later version and supports the following frameworks:

  • .NET Framework 4.5+
  • .NET Standard 2.0+

Sample Code

All sample code are in AGConnectAdmin.Examples project included below use cases.

  1. Send an Android data message. Code location: SendDataMessage.cs

  2. Send an Android notification message. Code location: SendAndroidMessage.cs

  3. Send a message by topic.Code location: SendTopicMessage.cs

  4. Send a message by conditions. Code location: SendConditionMessage.cs

  5. Send a message to a Huawei quick app. Code location: SendInstanceAppMessage.cs

  6. Send a message through the WebPush agent. Code location: SendWebpushMessage.cs

  7. Send a message through the APNs agent. Code location: SendApnsMessage.cs

  8. Send a test message. Code location: SendTestMessage.cs

Technical Support

If you want to evaluate more about HMS Core, r/HMSCore on Reddit is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.

If you have questions about how to use HMS samples, try the following options:

  • Stack Overflow is the best place for any programming questions. Be sure to tag your question with huawei-mobile-services.
  • Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.

If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.

License

Pushkit Csharp sample codes are licensed under the Apache License, version 2.0.

C#
1
https://gitee.com/hms-core/hms-push-serverdemo-csharp.git
git@gitee.com:hms-core/hms-push-serverdemo-csharp.git
hms-core
hms-push-serverdemo-csharp
hms-push-serverdemo-csharp
master

搜索帮助