我正在关注本教程: 入门并且我已经正确运行了示例。
我现在想添加移动添加特性,我按照本教程进行操作: FB 移动安装广告
在第 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.
这是我想看到的:
这就是我所看到的:
我怎么知道我已经正确设置了这个并且我的 fb 移动安装广告会正常播放?
编辑:
我已经添加了两个 URLScheme:
和链接器标志:
以及本机 ios 信息:
问题仍然存在:(我没有看到我的应用程序正在从我的手机安装..
仅当我正确设置广告系列和广告时,这才有效?因为我~还没有创建广告,我只是想确保我会支付 FB 并且我的广告会将用户带到我的应用程序。