Reputation: 931
Now I just don't know what to do next. How do I track installs? Can't find anything in the docs here http://facebooksdk.net/docs/ regarding tracking of installs... I do not care about facebook login and all the samples seem to focus on using the authentication and then using the user's account.
Upvotes: 3
Views: 1011
Reputation: 2616
Unfortunately, what you are trying to achieve is not possible. Facebook does not consider Windows (Phone) Applications as Mobile Applications.
As you can see here: https://developers.facebook.com/docs/app-ads/resources/faqs there are several references to "Apple App Store" and "Google Play URL". That is the fact why you continuously get You haven't set up any mobile app platforms for this app. You can add supported platforms in your App Settings.
. If you try to add an iOS or Android app with dummy data, you'll see this will show up. There is not one single reference to Windows Applications.
In this page: https://developers.facebook.com/docs/app-ads/sdk#step-by-step
If you look in step 4, you'll get instructions only for iOS and Android.
There is also this remark in this point: Desktop Canvas Apps: By integrating Facebook Login to your Facebook Canvas, App Launches and App Installs are logged automatically. Other Web Apps: We do not support install tracking for web apps not hosted on facebook.com.
You could try to find a workaround, even changing the 'Facebook SDK for Windows & Windows Phone' v.6.0.10.0 from Outercurve somehow, but this feature seems to be connected directly to the respective stores, and this is probably why it is not yet possible to workaround this in any way.
I also tried to contact Facebook on this issue, but by now (10 Feb) I still didn't get any response. I will however update my answer if I have any news from them.
Upvotes: 1