cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

IDFA problem #28

Closed ilyakar closed 9 years ago

ilyakar commented 9 years ago

Using this plugin I wasn't able to submit to the app store because my app doesn't use ads and this plugin uses an sdk that causes an idfa problem. I don't remember the exact terms, hope this is enough to explain what is going on.

cmackay commented 9 years ago

I submitted a release which excludes IDFA support for iOS. Let me know if this resolves your issue.

Thanks,

-Craig

zmagyar commented 9 years ago

The IDFA support is not only required to server ads in the app but also IDFA the only official way to track devices and attribute app installations to specific ads. All you need is to indicate it when you are submitting your app. I.e. just say yes to the IDFA question. Then there are three options. Leave the first unchecked and check the latter two. I.e.:

Your app should pass the review without any problems now.

Zoltan

ilyakar commented 9 years ago

If itunes connect detects an idfa library and you do not serve ads, it does not allow you to submit the app. I tried and researched... It's fine now, the idfa support should be optional as it can ONLY be used if you serve ads.

Sent from my iPhone

On 21 Dec 2014, at 22:23, Zoltan Magyar notifications@github.com wrote:

The IDFA support is not only required to server ads in the app but also IDFA the only official way to track devices and attribute app installations to specific ads. All you need is to indicate it when you are submitting your app. I.e. just say yes to the IDFA question. Then there are three options. Leave the first unchecked and check the latter two. I.e.:

Serve advertisements within the app x Attribute this app installation to a previously served advertisement x Attribute an action taken within this app to a previously served advertisement Your app should pass the review without any problems now.

Zoltan

— Reply to this email directly or view it on GitHub.