w***@163.com
w***@163.com
  • 发布:2024-09-20 16:08
  • 更新:2024-09-20 16:11
  • 阅读:145

【求救】关于vivo上架被拒,请求携带OAID

分类:uni-app

HBuilder X 4.23

问题:上架vivo平台被拒,报告中如附件所示

已经尝试过:

  1. manifest.json配置了 enableOAID: false 后进行云打包
  2. 隐私协议已经加上了 - 我们的产品基于DCloud uni-app(5+ App/Wap2App)开发,应用运行期间需要收集您的设备唯一识别码(IMEI/android ID/DEVICE_ID/IDFA、SIM 卡 IMSI 信息、OAID)以提供统计分析服务,并通过应用启动数据及异常错误日志分析改进性能和用户体验,为用户提供更好的服务。详情内容请访问《DCloud用户服务条款》。(DCloud用户服务条款超链至:https://ask.dcloud.net.cn/protocol.html)

大家有遇到过类似的问题吗,或者帮忙看看调用栈哪些SDK在调用,我好去找客服。谢谢大家了!!!

调用栈一:
java.lang.Exception
at android.content.ContentResolver.query(Native Method)
at android.content.ContentResolver.query(ContentResolver.java:926)
at android.content.ContentResolver.query(ContentResolver.java:882)
at com.bun.miitmdid.c.j.b.a.a(Unknown Source:19)
at com.bun.miitmdid.c.j.b.b$a.handleMessage(Unknown Source:30)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:230)
at android.os.HandlerThread.run(HandlerThread.java:67)

调用栈二:
java.lang.Exception
at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Native Method)
at dc.squareup.okio.Okio$2.read(Unknown Source:4)
at dc.squareup.okio.AsyncTimeout$2.read(Unknown Source:3)
at dc.squareup.okio.RealBufferedSource.indexOf(Unknown Source:16)
at dc.squareup.okio.RealBufferedSource.readUtf8LineStrict(Unknown Source:2)
at dc.squareup.okhttp3.internal.http1.Http1Codec.readHeaderLine(Unknown Source:1)
at dc.squareup.okhttp3.internal.http1.Http1Codec.readResponseHeaders(Unknown Source:6)
at dc.squareup.okhttp3.internal.http.CallServerInterceptor.intercept(Unknown Source:48)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)
at dc.squareup.okhttp3.internal.connection.ConnectInterceptor.intercept(Unknown Source:10)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)
at dc.squareup.okhttp3.internal.cache.CacheInterceptor.intercept(Unknown Source:41)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)
at dc.squareup.okhttp3.internal.http.BridgeInterceptor.intercept(Unknown Source:65)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)
at dc.squareup.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(Unknown Source:21)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)
at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)
at dc.squareup.okhttp3.RealCall.getResponseWithInterceptorChain(Unknown Source:16)
at dc.squareup.okhttp3.RealCall.execute(Unknown Source:10)
at io.dcloud.feature.weex.adapter.DCWXHttpAdapter$1.run(Unknown Source:63)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

2024-09-20 16:08 负责人:无 分享
已邀请:
DCloud_Android_zl

DCloud_Android_zl

对照文档修改一下,如果确实没问题,直接联系vivo的客服。https://ask.dcloud.net.cn/article/41143

  • w***@163.com (作者)

    能请帮忙看看调用栈吗,我想知道是什么SDK在调用,我好和客服沟通


    调用栈一:

    java.lang.Exception

    at android.content.ContentResolver.query(Native Method)

    at android.content.ContentResolver.query(ContentResolver.java:926)

    at android.content.ContentResolver.query(ContentResolver.java:882)

    at com.bun.miitmdid.c.j.b.a.a(Unknown Source:19)

    at com.bun.miitmdid.c.j.b.b$a.handleMessage(Unknown Source:30)

    at android.os.Handler.dispatchMessage(Handler.java:107)

    at android.os.Looper.loop(Looper.java:230)

    at android.os.HandlerThread.run(HandlerThread.java:67)


    调用栈二:

    java.lang.Exception

    at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(Native Method)

    at dc.squareup.okio.Okio$2.read(Unknown Source:4)

    at dc.squareup.okio.AsyncTimeout$2.read(Unknown Source:3)

    at dc.squareup.okio.RealBufferedSource.indexOf(Unknown Source:16)

    at dc.squareup.okio.RealBufferedSource.readUtf8LineStrict(Unknown Source:2)

    at dc.squareup.okhttp3.internal.http1.Http1Codec.readHeaderLine(Unknown Source:1)

    at dc.squareup.okhttp3.internal.http1.Http1Codec.readResponseHeaders(Unknown Source:6)

    at dc.squareup.okhttp3.internal.http.CallServerInterceptor.intercept(Unknown Source:48)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)

    at dc.squareup.okhttp3.internal.connection.ConnectInterceptor.intercept(Unknown Source:10)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)

    at dc.squareup.okhttp3.internal.cache.CacheInterceptor.intercept(Unknown Source:41)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)

    at dc.squareup.okhttp3.internal.http.BridgeInterceptor.intercept(Unknown Source:65)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)

    at dc.squareup.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(Unknown Source:21)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:23)

    at dc.squareup.okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source:1)

    at dc.squareup.okhttp3.RealCall.getResponseWithInterceptorChain(Unknown Source:16)

    at dc.squareup.okhttp3.RealCall.execute(Unknown Source:10)

    at io.dcloud.feature.weex.adapter.DCWXHttpAdapter$1.run(Unknown Source:63)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)

    at java.lang.Thread.run(Thread.java:919)

    2024-09-20 16:18

  • DCloud_Android_zl

    回复 w***@163.com: 这个跟堆栈是没有关系的,因为我们的请求中并没有携带oaid,如果他坚持,就让他提供完整的请求信息。

    2024-09-21 12:33

  • w***@163.com (作者)

    回复 DCloud_Android_zl: 感谢大佬周末还抽时间回复,我找vivo客服问下

    2024-09-23 09:14

  • YIrui

    回复 w***@163.com: 解决了吗兄弟,我现在也是提示这个,上架vivo的时候:APP以隐私政策弹窗的形式向用户明示SDK收集使用规则,但未经用户同意,存在以下违规行为:

    1、未经同意,MSA移动安全联盟SDK存在收集OAID的行为

    2024-09-23 12:00

要回复问题请先登录注册