因广告致使ios签名APP被拒绝?

时间:2021-11-04
这段时间陆陆续续有不少消费者都在问:iosAPP总是被提示因广告而被拒绝了,这要怎么办?如何解决?不要着急,下面看看ios签名小编是如何介绍本文的!
1,被拒提示信息如下:
PLA 3.3.12
We found that your app uses the Advertising Identifier but does not include ad functionality. This does not comply with the terms of the Apple Developer Program License Agreement, as required by the App Store Review Guidelines.
Specifically, section 3.3.12 of the Apple 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."
Note: iAd does not use the AdSupport framework, ASIdentifierManager, or the Advertising Identifier. Therefore they are not required for iAd implementations and should not be included in your app for iAd support.
If your app is serving ads, please:
- Ensure that you have tested your app on a device, not just the simulator, and that you have removed all previous versions of your app prior to testing
- Provide us the steps to locate ads in your app
If your app does not serve ads, 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, please see the nm man page.
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.
2,解决方案如下:上传APP组后一步,注意的事项
选择了Serve advertisements within the app 那就一定得再APP里显示出来广告才行, 否则肯定被拒 
1、完全没有广告和跟踪码的 选择NO
2、有广告和跟踪代码但是无广告的,选2、3
3、有广告和跟踪码并且有广告,选1

以上就是关于 苹果签名 -对于如何打包IOS的IPA文件 TF 免签 封装 如果需要了解更详细(http://www.ahdingrong.com)的知识请联系在线客服!
LINKS友情链接