We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vivo 手机推送初始化失败,出现这个问题
Factory selected pushCenter Vivo is disable, switch to default center
The text was updated successfully, but these errors were encountered:
单独写vivo 注册是可以注册的 var vivoCenter = VivoCenter(this) vivoCenter.registerPush() 结果显示: `2020-09-03 18:06:50.081 12559-12559/? D/PushTag: get PhoneBrand:Vivo, bandName:vivo
var vivoCenter = VivoCenter(this) vivoCenter.registerPush()
2020-09-03 18:06:50.084 12559-12559/? D/PushTag: registerPush()
2020-09-03 18:06:50.106 12559-12559/? D/PushTag: vivo push turn on 0`
单独判断是否可用(显示不可用)
` Log.e("PushTag","vivoCenter:"+vivoCenter.isEnabled)`
结果:
2020-09-03 18:06:50.106 12559-12559/? E/PushTag: vivoCenter:false
Sorry, something went wrong.
No branches or pull requests
vivo 手机推送初始化失败,出现这个问题
Factory selected pushCenter Vivo is disable, switch to default center
The text was updated successfully, but these errors were encountered: