I'm trying to use the new facebook mobile app installs. I integrated the newest SDK in my app and followed this tutorial.
In the documentation it says: "Note: to confirm the SDK is setup for measurement, go to the app summary page and there's a field "Last Mobile Install Reported" that provides times stamp on the last time your app reported an install."
I can confirm that installs are being reported and that works properly.
When I try to make an ad, and click the Preview link - instead of it going to the App Store it goes to a facebook error page that says: "The page you requested was not found. You may have clicked an expired link or mistyped the address. Some web addresses are case sensitive."
I can see that the actual URL is www.facebook.com/apps/application.php?id=MYAPPID
All the ads get automatically denied because they direct to the error page instead of the app store.
On my app Page, I have filled out the required info and only have it setup as Native iOS app (facebook login enabled, deep linking enabled). My app store id is in there, and if I click the "Go to Itunes Store" link, its working properly.
Under the 'Advanced' setting, I made sure to choose Native/Desktop app. Any suggestions?