我可爱的app
我可爱的app
  • 发布:2022-06-16 21:04
  • 更新:2022-06-20 15:23
  • 阅读:435

第三方sdk问题导致 ios AppTracking 提前弹出,都还没有同意隐私协议,这个倒是先弹了出来,网络抓包后发现是个推的域名

分类:uni-app

第三方sdk问题导致 ios AppTracking 提前弹出,都还没有同意隐私协议,这个倒是先弹了出来,网络抓包后发现是个推的域名,不知道云打包包含了什么sdk是请求idfa权限的。。。 这个能不能不要这么恶劣了,导致用户反感,上线审核也困难,
这个要怎么禁止获取。

每次发帖都石沉大海,希望官方的人能给个答复,目前已经影响应用商店审核上线

Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing

The app privacy information you provided in App Store Connect indicates you collect data in order to track the user, including Device ID. However, you do not use App Tracking Transparency to request the user's permission before tracking their activity.

Starting with iOS 14.5, apps on the App Store need to receive the user’s permission through the AppTrackingTransparency framework before collecting data used to track them. This requirement protects the privacy of App Store users.

Specifically, we still detected in privacy information that your app wanted to track user’s information. Please remove the information if your app didn’t track user.

Next Steps

  • If you do not currently track, or decide to stop tracking, update your app privacy information in App Store Connect. You must have the Account Holder or Admin role to update app privacy information.

Resources

  • Tracking is linking data collected from your app with third-party data for advertising purposes, or sharing the collected data with a data broker. Learn more about tracking.
  • See Frequently Asked Questions about the requirements for apps that track users.
  • Learn more about designing appropriate permission requests.
2022-06-16 21:04 负责人:无 分享
已邀请:
我可爱的app

我可爱的app (作者)

个推的人官方的人来说说咋回事啊

我可爱的app

我可爱的app (作者)

有没有办法 不获取,ios审核过不了。

我可爱的app

我可爱的app (作者)

坐等回复

我可爱的app

我可爱的app (作者)

别沉了

我可爱的app

我可爱的app (作者)

别沉了

DCloud_heavensoft

DCloud_heavensoft

unipush和一键登陆,都是个推的。使用相关服务时,都有用户协议的注意事项,仔细看那些事项就可以了。manifest的可视化界面也有指引

  • 我可爱的app (作者)

    好的,那为什么一启动就自动弹出权限请求框啊,不能用代码手动请求吗,这个文档上就没有啊。


    2022-06-19 09:37

  • 我可爱的app (作者)

    iOS14.5 发布之后,苹果要求应用获取 IDFA 时,需弹出用户许可收集跟踪数据的授权框,如果没有弹出授权框则可能会被App Store审核拒绝,提示违反5.1.2规则: 然而开启了之后,app一启动还未同意隐私协议就就马上弹出,导致造成违反工信部的规定(还未同意隐私协议不能获取权限)


    2022-06-19 10:40

  • DCloud_iOS_XHY

    回复 我可爱的app: idfa勾选后目前就是在app首次启动就会弹出授权框,这个弹窗是请求授权并不是直接获取idfa信息,理论上不违反工信部的规定,目前苹果官方不强制要求弹用户隐私协议的弹窗Android上要求也是因为工信部的规定,iOS上不弹窗个人隐私提示也不会影响审核的,你们的app有被工信部要求下架吗?


    2022-06-20 15:17

  • 我可爱的app (作者)

    回复 DCloud_iOS_XHY: 我已经被通知整改了,这种权限要求在用户同意隐私协议后才能弹出请求权限。其他人还没收到通知,但估计也快了,所以你们能不能就像配置 "pushRegisterMode" : "manual",这样增加一个 配置idfa的。。。


    2022-06-20 19:32

  • DCloud_iOS_XHY

    回复 我可爱的app: 把要求整改的通知发一下吧我们看看,目前不支持手动触发请求


    2022-06-21 12:15

DCloud_iOS_XHY

DCloud_iOS_XHY

Next Steps

If you do not currently track, or decide to stop tracking, update your app privacy information in App Store Connect. You must have the Account Holder or Admin role to update app privacy information.

看苹果回复的内容,你这次审核应该是没有勾选 idfa 吧,但是在苹果开发者后台填写的应用信息中勾选了 ‘获取应用标识’ 的选项, 仔细查看一下文档 https://uniapp.dcloud.io/tutorial/app-ios-idfa.html ,如果不开启的话在 App Store Connect 后台 配置 App 隐私中也不要勾选广告标识的配置

  • 我可爱的app (作者)

    提示存在NSUserTrackingUsageDescription,不能取消勾选。确定按钮是灰色的。这个文档我早看过了


    2022-06-20 19:33

  • 我可爱的app (作者)

    选择“否,我们不会从此app中搜集数据” 就提示 提示存你的app存在在NSUserTrackingUsageDescription ..... 保存按钮就是灰色的


    2022-06-20 19:35

  • DCloud_iOS_XHY

    回复 我可爱的app: 仔细看文档,App中使用了uni-AD中的增强广告(优量汇、穿山甲、或快手)新浪微博登录和分享、一键登录、友盟统计 这些模块就需要勾选 idfa,你的app中是否用到了这些?


    2022-06-21 12:14

  • 我可爱的app (作者)

    回复 DCloud_iOS_XHY: 我看了不下十遍了,文档根本没解决方法,我用了一键登录。。但是我尝试过把这个一键登录取消勾选,然后idfa也取消勾选,NSUserTrackingUsageDescription 也删除了,提交apptore的时候还是提示NSUserTrackingUsageDescription存在。。


    2022-06-21 17:48

  • DCloud_iOS_XHY

    回复 我可爱的app: 看私信,加我好友,把 uniapp id 发我,我看看你集成的功能模块


    2022-06-21 18:01

要回复问题请先登录注册