Note that there are some explanatory texts on larger screens.

plurals
  1. POFB app is not integrated correctly in IOS
    primarykey
    data
    text
    <p>I am following this tutorial: <a href="https://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/" rel="nofollow noreferrer">Getting started</a> and I have run the samples correctly.</p> <p>I now want to add the mobile adds characteristic and I follow this tutorial: <a href="http://developers.facebook.com/docs/tutorials/mobile-app-ads/" rel="nofollow noreferrer">FB mobile install ads</a></p> <p>In the step1 it says:</p> <pre><code>Set up your app to measure mobile app install ads </code></pre> <p>Step by step, and I comment what I have done already:</p> <pre><code>1.You need to integrate Facebook's latest SDK --&gt;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];--&gt;DONE I have added: [FBSettings publishInstall:@"220............"]; in my appdelegate.m and imported the &lt;FacebookSDK/FacebookSDK.h&gt; </code></pre> <p>and then comes the problem:</p> <pre><code>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. </code></pre> <p>This is what I suppose to see: <img src="https://i.stack.imgur.com/SNjDg.png" alt="suppose to see"></p> <p>and this is what I see:</p> <p><img src="https://i.stack.imgur.com/qTcLC.png" alt="enter image description here"></p> <p>How am I supposed to know that I have setup this correctly and my fb mobile install ads will play normally?</p> <p>EDIT:</p> <p>I have added both the URLScheme:</p> <p><img src="https://i.stack.imgur.com/cGDSW.png" alt="URL Scheme"></p> <p>and the linker flag:</p> <p><img src="https://i.stack.imgur.com/rqg1K.png" alt="Other Linker flag"></p> <p>And the native ios info:</p> <p><img src="https://i.stack.imgur.com/3U3G6.png" alt="native ios info"></p> <p>Still the problem remains:( I do not see that my app is being installed from my phone..</p> <p>This doesn't work only if I set the campaign and the ad right? Because I~ haven't created the ad yet, i just want to make sure that I will pay FB and my ad is going take users to my app.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload