gpt4 book ai didi

ios - FB 应用程序未在 IOS 中正确集成

转载 作者:行者123 更新时间:2023-12-01 17:21:04 25 4
gpt4 key购买 nike

我正在关注本教程:
Getting started我已经正确运行了样本。

我现在想添加移动添加特性,我按照本教程进行操作:
FB mobile install ads

在第 1 步中它说:

Set up your app to measure mobile app install ads

一步一步,我评论我已经做了什么:
1.You need to integrate Facebook's latest SDK -->DONE with the tutorial getting started
2.For iOS 3.0 or greater, add the following to your UIApplicationDelegate applicationDidBecomeActive selector:
[FBSettings publishInstall:YOUR_APP_ID];-->DONE

I have added:
[FBSettings publishInstall:@"220............"]; in my appdelegate.m and imported the <FacebookSDK/FacebookSDK.h>

然后问题来了:
3. You can confirm that your app is correctly configured in the App Dashboard, or go directly there at https://developers.facebook.com/apps/YOUR_APP_ID. You should see a field in the "Summary" section labeled "Last Mobile Install Reported," with a time stamp for the last time your app reported an install.

这是我想看到的:
suppose to see

这就是我所看到的:

enter image description here

我怎么知道我已经正确设置了这个并且我的 fb 移动安装广告会正常播放?

编辑:

我已经添加了两个 URLScheme:

URL Scheme

和链接器标志:

Other Linker flag

以及 native ios 信息:

native ios info

问题仍然存在:(我没有看到我的应用程序正在从我的手机安装..

仅当我正确设置广告系列和广告时,这才有效?因为我~还没有创建广告,我只是想确保我会支付 FB 并且我的广告会将用户带到我的应用程序。

最佳答案

好的,您还没有正确设置所有内容,所以我将快速引导您完成整个过程。

您需要做的第一件事是转到您的项目,然后选择您的应用程序的目标>>build设置并搜索“其他链接器标志”。在那里您将添加“-lsqlite3.0”,如下图所示。 enter image description here

接下来,您需要导航回 Summary 选项卡,向下滚动到“Linked Frameworks and Libraries”,然后添加 Social、Accounts 和 AdSupport 框架。此外,对于旧设备,将它们从必需更改为可选。还要添加 FacebookSDK 框架。你应该有这样的东西:enter image description here

最后,你需要做一些似乎给你最困难的事情。在项目导航器中导航到 .plist 文件。在那里,您需要修改您的 plist 以反射(reflect)如下内容:enter image description here

确保您对大写字母等非常精确。我这么说是因为我注意到您在问题中使用了“id”而不是“ID”。

您要做的最后一件事就是在您准备好使用 FacebookSDK 框架时将其导入您的文件。

#import <FacebookSDK/FacebookSDK.h>

最后一个额外的提示。我总是添加一个名为“FacebookSDKResources.bundle”的包,因为我发现我经常最终使用它。该包可以在 FacebookSDK >> FacebookSDK.framework >> 资源中找到。以与添加 FacebookSDK.faramework 文件本身相同的方式将该包添加到您的项目中,您应该已经准备好开始了!

关于ios - FB 应用程序未在 IOS 中正确集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14553165/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com