gpt4 book ai didi

ios - 我的应用刚刚因使用广告支持框架而被拒绝。哪个图书馆负责?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:40:09 25 4
gpt4 key购买 nike

这只是一个更新,没有改变任何与拒绝原因有关的内容。以下是调解中心的回复:

Reasons Program License Agreement PLA 3.3.12

We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License Agreement, as required by the App Store Review Guidelines.

Specifically, section 3.3.12 of the iOS Developer Program License Agreement states:

"You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any information obtained through the use of the Advertising Identifier, only for the purpose of serving advertising. If a user resets the Advertising Identifier, then You agree not to combine, correlate, link or otherwise associate, either directly or indirectly, the prior Advertising Identifier and any derived information with the reset Advertising Identifier."

Please check your code - including any third-party libraries - to remove any instances of:

class: ASIdentifierManager
selector: advertisingIdentifier
framework: AdSupport.framework

If you are planning to incorporate ads in a future version, please remove the Advertising Identifier from your app until you have included ad functionality.

To help locate the Advertising Identifier, use the “nm” tool. For information on the “nm” tool, open a terminal window and enter, “man nm.”

If you do not have access to the libraries source, you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool lists the methods that the library calls, and "otool -ov" will list the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.

我使用的第三方库是最新版的parse.com sdk,最新版的flurry analytics,以及2.2版的test flight。有人知道问题出在哪个图书馆吗?谢谢

最佳答案

在终端中:

  1. 转到项目的根文件夹
  2. 类型:grep -r advertisingIdentifier . (末尾的点很关键)

这将递归检查每个文件,并为您提供有问题的库的名称。

(在我的例子中,它是 Flurry)

关于ios - 我的应用刚刚因使用广告支持框架而被拒绝。哪个图书馆负责?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21999169/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com