When I try to submit my iOS app to Appstore I got this error message in itunesConnect.
Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and submit your binary again.
So I tried to find those in this way .in my terminal.
grep -lr "advertisingIdentifier" * | grep -v .svn | grep -v .md
The output is
MyProj/FacebookSDK.framework/FacebookSDK
MyProj/amigo/FacebookSDK.framework/Versions/A/FacebookSDK
MyProj/FacebookSDK.framework/Versions/Current/FacebookSDK
MyProj/FBAudienceNetwork.framework/FBAudienceNetwork
MyProj/FBAudienceNetwork.framework/Versions/A/FBAudienceNetwork
MyProj/FBAudienceNetwork.framework/Versions/Current/FBAudienceNetwork
I have integrated G+.FB and twitter logging.So now what should I do to resolve this issue? I can't remove these coz I need this within my app. Please help me.Thanks