TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tell HN: IDFA access on iOS 14 may still be disrupted

7 点作者 speedyapoc超过 4 年前
Figured I would make a post about this because I am not seeing this mentioned really anywhere, and discovered this while testing my app on the iOS 14 GM yesterday evening.<p>Although the initial release of iOS 14 makes the IDFA available until early 2021, ASIdentifierManager&#x27;s &quot;isAdvertisingTrackingEnabled&quot; is still deprecated (1) and returns &quot;NO&quot;. This means that most existing ad SDKs (including MoPub, AdMob, etc) will not use the IDFA and will be treating iOS 14 users as DNT.<p>Currently, the prescribed logic flow is to check whether advertising tracking is enabled prior to accessing the IDFA. Naturally, this fails when checking this always results in a &quot;NO&quot;.<p>MoPub has stated that they will be releasing an update on September 28 to address this. Google has currently not provided information on when their advertising SDK will be updated to resolve this. Until apps can be updated to address this, developers will be losing out on significant revenue from all iOS 14 users.<p>I encourage any developers on HN that have relationships with their ad networks to raise this issue and check-in. I also believe that this is an oversight on Apple&#x27;s part when re-enabling the IDFA. I am told that filing bug reports (2) with Apple may help bring this up the chain.<p>[1] https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;adsupport&#x2F;asidentifiermanager&#x2F;1614148-isadvertisingtrackingenabled<p>[2] https:&#x2F;&#x2F;developer.apple.com&#x2F;bug-reporting&#x2F;

2 条评论

adamproctor超过 4 年前
Is this for apps built on Xcode 11 and Xcode 12?
benst超过 4 年前
I&#x27;m seeing the same issue.