We got this error from apple, They rejected our app because of this problem:
-----------------------------------------------------------------------------
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:
Please remove the iOS Advertising Identifier from your app or add ad functionality to your app.
class: ASIdentifierManager
selector: advertisingIdentifier
framework: AdSupport.framework
-----------------------------------------------------------------------------
We are not using iAd anywhere in the game, also by default only the iAd framework is added.
How to remove iAd framework , please reply me urgently.
I did this fixes, but it isn't helped:
http://forum.unity3d.com/threads/226187-iOS-Advertising-Identifier-rejection-FAQ
Thanks a lot!
P.S.
Maybe need remove iAD.h, iAD.mm, iAD_Scripting.mm and iAd.framework, but when I do it, I get errors, because its leads to libiPhone-lib.a library.
↧