菜鸟教程小白 发表于 2022-12-12 11:04:28

ios - Adjust.io iOS SDK IDFA 使用


                                            <p><p>我已经集成 Adjust SDK ( <a href="https://github.com/adjust/ios_sdk" rel="noreferrer noopener nofollow">https://github.com/adjust/ios_sdk</a> ) 进行一些分析。我需要在 App Store 上更新应用程序。 Adjust 使用与 IDFA 关联的 AdSupport.framework 和 iAd.framework。问题是我不知道要检查什么,因为我没有在应用程序中显示任何广告。这些是问题:<a href="/image/xGTpK.png" rel="noreferrer noopener nofollow"><img src="/image/xGTpK.png" alt="IDFA questions"/></a> </p>

<p>我查看了 Adjust 文档并发现了这个:<a href="https://github.com/pitchtarget/adjust-ios-sdk/blob/master/doc/idfa.md" rel="noreferrer noopener nofollow">https://github.com/pitchtarget/adjust-ios-sdk/blob/master/doc/idfa.md</a> .它说:</p>

<blockquote>
<p>If your app got rejected by Apple because your app is using the advertising identifier, this document is for you.
Contact us at [email protected]. We would like to make sure that you are aware of the consequences of removing IDFA support.</p>
</blockquote>

<p>有人知道回答这些问题的正确方法吗? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>Adjust SDK 集成指南建议您应该在您的应用程序中使用访问 IDFA 所需的 <code>AdSupport.framework</code>。当然,您可以选择不这样做,但我想这取决于您对 Adjust 平台的预期用途。如果您已将此框架添加到您的应用程序,并且允许 Adjust SDK 从您的应用程序中读取 IDFA,您应该选择<code>YES</code> 并选择:</p>

<ul>
<li><code>将此应用安装归因于之前转换的广告</code>。</li>
<li><code>将在此应用中执行的操作归因于之前提供的广告</code>。</li>
</ul>

<p><code>在应用内转换广告</code>不需要<strong>除非您在应用内转换广告</strong>,但 Adjust SDK 本身不需要选中此框。</strong> p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Adjust.io iOS SDK IDFA 使用,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/36864550/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/36864550/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Adjust.io iOS SDK IDFA 使用