|
@@ -62,7 +62,7 @@ public class ApnsUtils {
|
|
|
//如果失败不必惊慌,rejectionReason字段中会有失败的原因。对应官网找到原因即可
|
|
//如果失败不必惊慌,rejectionReason字段中会有失败的原因。对应官网找到原因即可
|
|
|
//https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns?language=objc
|
|
//https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns?language=objc
|
|
|
|
|
|
|
|
- log.info("IOS云响应------------->"+response);
|
|
|
|
|
|
|
+ log.info("IOS云响应------------->"+JSONUtil.toJsonStr(response));
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|