TencentCloud / TPNS-Flutter-Plugin

MIT License
61 stars 35 forks source link

没有回调方法,之前还有 #12

Closed hans007 closed 3 years ago

hans007 commented 3 years ago

这是我的调试信息

D/TPush   ( 5277): [XGPushManager] url = null payload = null otherPushType 0 otherPushTokenOpType 1
D/TPush   ( 5277): [Util] action getServiceStatus
D/TPush   ( 5277): [XGPushManager] serviceStatus:1, isHasBinded: true
D/TPush   ( 5277): [XGPushManager] send boardcast to register
I/TPush   ( 5277): [XGPushManager] Action -> Register to TPNS server
I/TPush   ( 5277): [XGPushManager] Register call back to com.jcble.jhouse
I/TPush   ( 5277): [XGPushProvider] getType uri:content://com.jcble.jhouse.XGVIP_PUSH_AUTH/heart,match:30
D/TPush   ( 5277): [XGPushManager] TYPE_RSP - operation:0, opType:0
I/TPush   ( 5277): [XGPushManager] TPNS register push success with token : 0fdbffdc49c295abf48bbc320ab3b742dfb5
V/TPush   ( 5277): [XGPushConfig] isUsedOtherPush:true
I/TPush   ( 5277): [OtherPushClient] handleUpdateToken other push token is :  other push type: huawei
W/TPush   ( 5277): [OtherPushClient] updateToken Error: get otherPushType or otherPushToken is null
hans007 commented 3 years ago

我看到有这一行,但是我flutter 收不到

I/TPush   ( 5277): [XGPushManager] TPNS register push success with token : 0fdbffdc49c295abf48bbc320ab3b742dfb5
stevenxiaowen commented 3 years ago

您好,问题已在 master 或 V1.1.3 分支的提交记录fix: recover register receiver in AndroidManifest修复,请重新拉取版本后再试一下