jpush-api-java-client icon indicating copy to clipboard operation
jpush-api-java-client copied to clipboard

JiGuang's officially supported Java client library for accessing JPush APIs. 极光官方支持的 Java 版本服务器端 SDK。

Results 24 jpush-api-java-client issues
Sort by recently updated
recently updated
newest added

notification(Android,ios,winphone)支持传递JsonArray类型扩展参数 Message支持传递JsonArray类型扩展参数

我在调用文件推送接口(https://api.jpush.cn/v3/push/file)之后可以立即调用文件删除接口(https://api.jpush.cn/v3/files/{file_id})吗? 文档中提到文件有数量限制,所以使用过的文件需要手动删除,但是我不知道调用文件推送接口之后立刻调用删除文件接口会不会打断文件推送,如果会打断,那么需要在调用文件推送接口后做定时任务,那么我想了解一下,一个10M的文件大概包含50万个registration_id,极光推送大概需要多长时间?我做定时任务设置多久时间比较合适?

整合spring,注解启动 发送notification时携带默认配置

1、消息结构1,可以推送成功。 return PushPayload.alertAll(ALERT) 2、消息结构2,推送失败,提示错误“The registration_id 140fe1da9e22a23f92f is invalid!” return PushPayload.newBuilder() .setPlatform(Platform.android()) .setAudience(Audience.registrationId(registrationId)) .setNotification(Notification.alert(ALERT)) .build(); 3、Registration ID 140fe1da9e22a23f92f 使用 极光网页测试,推送成功。 请问什么原因??? 另外怎么构建一个消息机构,指定设备推送,消息标题和内容。

PushPayload callback support

使用SpringMVC修改ClientConfig的属性

Bumps [netty-all](https://github.com/netty/netty) from 4.1.6.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...

dependencies