JAVA 后台推送IOS正常,安卓收不到消息,errorcode 1011

F-35
2016-07-19 08:50 573 0
[INFO-2016/07/19/16:29:54]NativeHttpClient - Created instance with _maxRetryTimes = 3
 [INFO-2016/07/19/16:29:54]NativeHttpClient - Created instance with _maxRetryTimes = 3
 [INFO-2016/07/19/16:29:54]NativeHttpClient - Created instance with _maxRetryTimes = 3
 [WARN-2016/07/19/16:29:54]NativeHttpClient - Got error response - responseCode:400, 
responseContent:{"msg_id": 2192300229, "error": 
{"message": "cannot find user by this audience", "code": 1011}}
 [ERROR-2016/07/19/16:29:54]
NativeHttpClient - Your request params is invalid. 
Please check them according to error message.
 [ERROR-2016/07/19/16:29:54]JpushUtil - {"msg_id": 2192300229, "error":
 {"message": "cannot find user by this audience", "code": 1011}}
 {}
    at cn.jpush.api.common.connection.NativeHttpClient._doRequest(NativeHttpClient.java:228)
    at cn.jpush.api.common.connection.NativeHttpClient.doRequest(NativeHttpClient.java:94)
    at cn.jpush.api.common.connection.NativeHttpClient.sendPost(NativeHttpClient.java:81)
    at cn.jpush.api.push.PushClient.sendPush(PushClient.java:111)
    at cn.jpush.api.JPushClient.sendPush(JPushClient.java:88)
    at com.mwi.util.JpushUtil.push_android(JpushUtil.java:29)
    at com.mwi.util.JpushUtil.push(JpushUtil.java:65)
    at com.mwi.util.JpushUtil.main(JpushUtil.java:76)

1个回答

热门排序
  • {"msg_id": 2192300229, "error": {"message": "cannot find user by this audience", "code": 1011}} 不知道你是通过什么进行推送,regid/al 展示全部
gptbots-widget