We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 使用 极光网页测试,推送成功。
请问什么原因???
另外怎么构建一个消息机构,指定设备推送,消息标题和内容。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 使用 极光网页测试,推送成功。
请问什么原因???
另外怎么构建一个消息机构,指定设备推送,消息标题和内容。
The text was updated successfully, but these errors were encountered: