Closed arthur20150522 closed 7 years ago
ILiveSDK.getInstance().getTIMManger().setOfflinePushListener(new TIMOfflinePushListener() { @Override public void handleNotification(TIMOfflinePushNotification timOfflinePushNotification) { Loger.e(TAG, "IM离线监听收到离线消息:[" + timOfflinePushNotification + " ]"); ....... } })
请问:所有的离线推送会收到两次回调,是我这边调用的问题吗
刚刚提了工单,客服说是服务器的问题,再观察看看。
ILiveSDK.getInstance().getTIMManger().setOfflinePushListener(new TIMOfflinePushListener() { @Override public void handleNotification(TIMOfflinePushNotification timOfflinePushNotification) { Loger.e(TAG, "IM离线监听收到离线消息:[" + timOfflinePushNotification + " ]"); ....... } })
请问:所有的离线推送会收到两次回调,是我这边调用的问题吗