File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 174174 }
175175```
176176
177- * 构建推送对象:平台是 iOS,推送目标是 "tag1", "tag_all" 的并集 ,推送内容同时包括通知与消息 - 通知信息是 ALERT,角标数字为 5,通知声音为 "happy",并且附加字段 from = "JPush";消息内容是 MSG_CONTENT。通知是 APNs 推送通道的,消息是 JPush 应用内消息通道的。APNs 的推送环境是“生产”(如果不显式设置的话,Library 会默认指定为开发)
177+ * 构建推送对象:平台是 iOS,推送目标是 "tag1", "tag_all" 的交集 ,推送内容同时包括通知与消息 - 通知信息是 ALERT,角标数字为 5,通知声音为 "happy",并且附加字段 from = "JPush";消息内容是 MSG_CONTENT。通知是 APNs 推送通道的,消息是 JPush 应用内消息通道的。APNs 的推送环境是“生产”(如果不显式设置的话,Library 会默认指定为开发)
178178
179179``` Java
180180 public static PushPayload buildPushObject_ios_tagAnd_alertWithExtrasAndMessage() {
197197 }
198198```
199199
200- * 构建推送对象:平台是 Andorid 与 iOS,推送目标是 ("tag1" 与 "tag2" 的交集)并 ("alias1" 与 "alias2" 的交集 ),推送内容是 - 内容为 MSG_CONTENT 的消息,并且附加字段 from = JPush。
200+ * 构建推送对象:平台是 Andorid 与 iOS,推送目标是 ("tag1" 与 "tag2" 的并集)交 ("alias1" 与 "alias2" 的并集 ),推送内容是 - 内容为 MSG_CONTENT 的消息,并且附加字段 from = JPush。
201201
202202``` Java
203203 public static PushPayload buildPushObject_ios_audienceMore_messageWithExtras() {
You can’t perform that action at this time.
0 commit comments