Will Facebook Audience Ads work on Amazon Devices? - facebook

I developed a android app with facebook audience network ads sdk. Now app run fine on my android phone and display facebook ads. I want to know if i submit my app to Amazon Store will facebook audience network ads display without any issues on Amazon devices like Kindle, Fire TV ect...

Related

How to test Facebook Ads conversion for Mobile Apps?

I have implemented the Facebook SDK and App Events in the mobile app. I have already tested it using Facebook Events Manager. Events are properly reported with no errors.
I want to test it with ads. Is there a way to do it using Ads Preview? We tried it but Ads Reporting is not showing any event against the ads.
Is there any way to test without running an ad campaign?
You can test it using whitehat account. Using it you can add campaigns, adsets and ads in "test" mode. App events work as well.

Does facebook analytics for apps allow me to track mobile app user insights, even without the facebook login?

I'm working on building an IOS/android app and I'm wondering how i can use Facebook Analytics for apps.
There is no social login for the app, but i would like to use in-app events to retarget users of the app as they browse facebook owned platforms, even though they have not used facebook to sign in etc on the IOS/Android app.
Can this be done by implementing the Facebook analytics SDK?
I appreciate that i'm not a developer, so this question may yet prove to be totally misinformed.
Thanks
Facebook Analytics doesn't acquire Facebook login. See: https://developers.facebook.com/docs/analytics/faqs/#faq_529032737286063
You can send app events with Facebook Analytics that you can use to view reports in Facebook Analytics as well as use for tracking conversions from Facebook ads and building remarketing audiences (custom audiences) in Facebook ads.
iOS App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios
Android App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-android

Using Facebook Audience Network SDK to serve ads in app

I want to serve ads in my game im making using the Facebook Audience Network in this page it says "we will not serve ads to users that have advertising opt-outs enabled in their iOS & Android devices" does this mean no facebook ads will show at all in my app or just not targeted ads ?https://developers.facebook.com/docs/audience-network/faq#
Edit: Previously I wrote that ads will show for non Facebook users but that is wrong. Ads will only show for users which has the native Facebook app installed on their devices. I'm sorry if I mislead you.

How to link android app in facebook api

So I have an app that is live on the app store and google play. I have no programming skills so the programmer I hired did all the work. Recently we ran into a road block because we don't know how to direct the users to the google play store when they click on the notification link on an android phone.
Here is a screen shot: http://screencast.com/t/ubiqG4upYz
When the users are on an iphone device. Tt directs them to the app store. We're just trying to figure out how to do the same for android users.

Check if someone is logged onto Facebook using mobile

I am developing an app only for mobile users. How could I check if a user is logged into Facebook using a mobile phone?
NOTE: If user is not logged in via mobile phone then content of the app should not be displayed.
Here is a brief guide on how to implement SSO(Single-Sign-On) for mobile devices.