BlueRiverInteractive / robovm-ios-bindings

[Deprecated] New bindings: https://github.com/robovm/robovm-robopods. A collection of third party bindings for RoboVM iOS
Apache License 2.0
162 stars 101 forks source link

Advertising Identifier using or not, chartboost, flurry analytics. #135

Closed neopraveen closed 9 years ago

neopraveen commented 9 years ago

Hi, I am using chartboost and flurry for analytics. At the time of submitting to ios store it ask that "Does this app use the Advertising Identifier (IDFA)?" I am not sure that it is using because if I search for the "ASIdentifierManager" class, I found only in mopub library. Please suggest me what to do.

Some snap from my robovm.xml Libraries : libflurry.a,libgdx-box2d.a,libgdx-freetype.a,libgdx.a,libObjectAL.a

Framework: Chartboost, CoreGraphics, CoreMedia, QuartzCore, UIKit, SystemConfiguration, Security, MediaPlayer, OpenGLES, OpenAL, AudioToolbox, AVFoundation

WeakFrameworks: AdSupport,StoreKit

Thanks in advance.

BlueRiverInteractive commented 9 years ago

I think apple forces every ad network to use the IDFA for user identification, so better tick yes if you use any advertising sdks in your app. I always tick the checkbox and those other 4 checkboxes that appear after the first one and never had any problems.