uni-app HubilderX4.0.8版本提交google play审核被拒 请官方再次升级data-collector到4.x版本
uni-app HubilderX4.0.8版本提交google play审核被拒 请官方再次升级data-collector到4.x版本
操作步骤:
- HbuilderX4.0.2版本提交到Google play
预期结果:
- HbuilderX4.0.2版本提交Google play正常通过审核
实际结果:
- HbuilderX4.0.2版本提交Google play被拒,提示Paypal Data Collector com.paypal.android.sdk:data-collector:请考虑将 SDK 升级到版本 com.braintreepayments.api:data-collector:3.21.0。
bug描述:
- 4.0.2版本时升级的SDK并没有效果,邮件说的很清楚了,com.braintreepayments.api:data-collector:3.21.0还是不行,得升级到4.x,这点其他人也提到过了
项目信息
信息 | 值 |
---|---|
产品分类 | uniapp/App |
PC开发环境 | Windows |
PC开发环境版本 | Windows 11 专业版 22H2 |
HBuilderX类型 | 正式 |
HBuilderX版本号 | 4.08 |
手机系统 | Android |
手机系统版本号 | Android 13 |
手机厂商 | google pixel |
手机机型 | google pixel4 |
页面类型 | nvue |
vue版本 | vue2 |
打包方式 | 云端 |
项目创建方式 | HBuilderX |
更多关于uni-app HubilderX4.0.8版本提交google play审核被拒 请官方再次升级data-collector到4.x版本的实战教程也可以访问 https://www.itying.com/category-93-b0.html
同样的问题
更多关于uni-app HubilderX4.0.8版本提交google play审核被拒 请官方再次升级data-collector到4.x版本的实战教程也可以访问 https://www.itying.com/category-93-b0.html
提供一下appid,此问题已在4.05解决
私信发给你了,你们更新的是3.21.0,但是这个版本google play还是不认,得升级到4.x版本
回复 syczuan: 我们现在最新版使用的是 ‘com.braintreepayments.api:data-collector:4.38.2’
回复 DCloud_Android_THB: 4.0.8正式版吗,为什么我在这个版本上打包,google提示的是3.x版本,因为缓存还是啥,现在应该怎样解决
回复 syczuan: Note: If you are seeing the Play Store flag your APK after updating to this version, please try following these steps:
Go to your Play Console Select the app Go to App bundle explorer Select the violating APK/app bundle’s App version at the top right dropdown menu, and make a note of which releases they are under Go to the track with the violation. It will be one of these 4 pages: Internal / Closed / Open testing or Production Near the top right of the page, click Create new release. (You may need to click Manage track first) If the release with the violating APK is in a draft state, discard the release Add the new version of app bundles or APKs Make sure the non-compliant version of app bundles or APKs is under the Not included section of this release To save any changes you make to your release, select Save When you’ve finished preparing your release, select Review release, and then proceed to roll out the release to 100%. If the violating APK is released to multiple tracks, repeat steps 5-9 in each track
回复 syczuan: 这是官方sdk给的操作步骤,你跟着操作一下,再提交审核
回复 DCloud_Android_THB: 我大概理解了,就是我这个问题是出现在上一个版本的App bundle,我此次发布的是1.0.5,但是通知上是说1.0.1的有问题,所以得把1.0.1的bundle先提交停用,google play会审核所有已启用的bundle,不管什么版本号的应用对吗
回复 syczuan: 咋样了,解决了没有
回复 文青哎: 还在审核中
回复 syczuan: 过了没
回复 文青哎: 过了,就是审核太慢,今天才过
回复 syczuan:你可以把私信打开一下吗,留个联系方式问点问题
在 uni-app
的 HBuilderX 4.0.8
版本中,如果因为 data-collector
的问题导致 Google Play 审核被拒,建议按照以下步骤处理:
1. 确认问题
- Google Play 审核被拒的原因可能与
data-collector
的版本有关。data-collector
是uni-app
中用于收集数据的模块,可能涉及到隐私或权限问题。 - 确保你使用的是
HBuilderX 4.0.8
的最新稳定版本,并检查是否有相关的更新或补丁。
2. 升级 data-collector
到 4.x 版本
- 如果官方已经发布了
data-collector
的 4.x 版本,建议升级到该版本以解决潜在的问题。 - 可以在
manifest.json
文件中检查data-collector
的版本,并更新到最新版本。
{
"app-plus": {
"data-collector": "4.x"
}
}
- 如果没有明确指定版本,可以通过
npm
或yarn
更新相关的依赖包。
npm update [@dcloudio](/user/dcloudio)/uni-data-collector
- 或者使用
yarn
:
yarn upgrade [@dcloudio](/user/dcloudio)/uni-data-collector