- Home /
iOS iAD Problem Rejection
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.
$$anonymous$$aybe in Xcode. Something like project -> build settings -> framework. I'm saying that from a little memory and more common sense. Good luck.
Did you have a solution for this problem ? i have the same thing and changing the code in the file didn't solve the problem.
Your answer
Follow this Question
Related Questions
Unity IAD Problem Rejection 2 Answers
Some problems after switch the game for iOS mode 2 Answers
CAN SOMEONE FINALLY HELP ME! 3 Answers
Application.internetReachability is leaked? 0 Answers
TLS Allocator ALLOC_TEMP_THREAD when building ios *No Particles* 0 Answers