hi all^^
I submit to iOS app store, and rejected.
here is part of message:
We found your app uses the iOS Advertising Identifier but does not include ad functionality.
Please check your code - including any third-party libraries - to remove any instances of:
class: ASIdentifierManager
selector: advertisingIdentifier
framework: AdSupport.framework
i have already remove iad.mm and iAd.framework
and here's linked libraries:
CoreMotion.framework
Security.framework
SystemConfiguration.framework
AudioToolbox.framework
AvFundation.framework
CoreAudio.framework
COreLocation.framework
GameKit.framework
OpenAl.framework
QuartzCore.framework
StoreKit.framework
UIKit.framework
Fundation.framework
CoreGraphics.framework
OpenGLED.framework
libsqlite3.dylib
libflurry.a
libluasocket.a
libgideros.a
libgvfs.a
liblua.a
libzlib.a
how can i solute this problem?
thanks^^
Comments
But yes as suggested, you can do a cmd + shift + f to search in all files for:
ASIdentifierManager or advertisingIdentifier
Likes: ar2rsawseen
thank^^