JPush Library for .NET

Github 源码

NuGet

极光官方支持的 JPush .NET API Client。

注意:Jiguang.JPush 为基于 .NET Standard 的重构版本,API 用法有较大改变,不兼容旧版本(cn.jpush.api),升级前请注意。

项目中的 Example 为 .NET Core 控制台应用。

开发工具:Visual Studio 2017。

Install

Documents

REST API documents.

Support

极光社区

FAQ

  • 如果调用异步方法时出现死锁,即一直没有返回 HttpResponse,可参考这篇文章

  • 如果使用的是 .NET Framework 4.0,则需要使用 v1 版本。

Contribute

Please contribute! Look at the issues.

License

MIT © JiGuang

Extensions

.Net core 2.0 可以使用Jiguang.JPush.Extensions扩展添加注入,方便使用。