uni-app uniPush1.0的APP用plus.push.getClientInfoAsync无法获取cid

uni-app uniPush1.0的APP用plus.push.getClientInfoAsync无法获取cid

开发环境 版本号 项目创建方式
Windows win10 HBuilderX

操作步骤:

  • 用最新版HbuilderX云打包,代码调用plus.push.getClientInfoAsync

预期结果:

  • 返回正常

实际结果:

  • 返回失败

bug描述:

  • plus.push.getClientInfoAsync返回报错failed,check appkey or appid
  • 上周使用正常的手机,本周无法获取,我换不同的账号,不同的APP云打包后,结果都一样

更多关于uni-app uniPush1.0的APP用plus.push.getClientInfoAsync无法获取cid的实战教程也可以访问 https://www.itying.com/category-93-b0.html

2 回复

请使用uni.getPushClientId

更多关于uni-app uniPush1.0的APP用plus.push.getClientInfoAsync无法获取cid的实战教程也可以访问 https://www.itying.com/category-93-b0.html


不知道啥原因,现在不管用plus.push.getClientInfoAsync,还是用uni.getPushClientId都能获取到了

回到顶部