Get Started with iOS

Audience Network is bidding only

Audience Network is only using bidding to fill ads in iOS and Android apps.

The Audience Network allows you to monetize your iOS apps with Facebook ads. This guide explains how to integrate the Audience Network SDK in an iOS app.

Prerequisites

Ensure that you have the latest Xcode installed.

Please see the FAQ for minimum OS version supported by Audience Network SDK.

App Store Connect for iOS 14

Events that your app collects and sends to Facebook may require you to disclose these data types in the App Store Connect questionnaire. It is your responsibility to ensure this is reflected in your application’s privacy policy. Visit the Apple App Store Privacy Details article to learn more about the data types you will need to disclose.

Code Sample

You can find code samples in our GitHub repository.

Getting Started Steps

Create and Set up Sample Project

To create a new project:


  1. Open XCode, and choose File -> New -> Project -> iOS -> App
  2. Set product name to be AudienceNetworkTutorial. Enter your organization identifier.
  3. Download the Audience Network SDK for iOS.
    Package Date Change Log

    iOS Audience Network SDK 6.21.1

    February 19, 2026

    6.21.1 Change Log

    iOS Audience Network SDK 6.21.0

    October 24, 2025

    6.21.0 Change Log

  4. Drag & drop FBAudienceNetwork.xcframework from the Dynamic folder in your downloaded iOS Audience Network SDK archive into XCode.
  5. In the General tab in your application target settings select Embed & Sign for FBAudienceNetwork.xcframework

Now you have an empty project with Audience Network SDK integrated.

Next steps

Learn more about the ad formats available for Audience Network apps.

See also

See Also