An open API service indexing awesome lists of open source software.

https://github.com/ysgstudyhards/jpuhs-sample

C#/.NET极光推送对接实例
https://github.com/ysgstudyhards/jpuhs-sample

Last synced: 10 months ago
JSON representation

C#/.NET极光推送对接实例

Awesome Lists containing this project

README

          

# 前言
该项目是基于C#/.NET(.NET Framework4.5.1的示例)极光推送对接实例,主要是对接极光集成为我们.Neter提供的SKD.

# 极光推送介绍
JPush 是经过考验的大规模 App 推送平台,每天推送消息量级为数百亿条。 开发者集成 SDK 后,可以通过调用 API 推送消息。同时,JPush 提供可视化的 web 端控制台发送通知,统计分析推送效果。 JPush 全面支持 Android, iOS, Winphone 三大手机平台。

# .NET快速对接极光消息推送教程
* [.NET快速对接极光消息推送](https://mp.weixin.qq.com/s/aFzmC-IjiKxtE5j3MK9y2A)

# 相关链接地址
* [极光对接官方文档](https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/)
* [极光推送.NET-Nuget地址](https://www.nuget.org/packages/Jiguang.JPush/)
* [极光推送.NET Core版本SDK](https://github.com/jpush/jpush-api-csharp-client)
* [极光推送.NET Fx4.x版本SDK](https://github.com/jpush/jpush-api-csharp-client/tree/v1)