Getting started
This page shows you how to download, import, and configure the Bidapp SDK.
Last updated
Was this helpful?
This page shows you how to download, import, and configure the Bidapp SDK.
Last updated
Was this helpful?
To integrate the Bidapp SDK through CocoaPods:
Add the following lines to your Podfile:
Run the following command on the command line:
The SDK requires that you set the iOS deployment target to iOS 11.0 or above.
Request pubid by sending email to
Bidapp SDK contains implementations of adapters to other SDKs.
To install them:
Add the following lines or any combination of them to your Podfile:
Run the following command on the command line:
Initialize the SDK in your app delegateâs application:applicationDidFinishLaunching: method
Ad assets that are fully cached result in a better user experience. Therefore, always initialize the Bidapp SDK on startup so as to give mediated networks the maximum amount of time to cache ads. This is especially important with video ads.
In iOS 14, Apple introduced global privacy changes that you need to comply with. This section explains how to comply with these changes and thereby avoid a material drop in revenue.
Enable iOS 15 SKAdNetwork install postback reporting by using the appâs Info.plist:
1. In your appâs Info.plist, create a new key named NSAdvertisingAttributionReportEndpoint
of type String.
2. Give that key the value: https://postbacks-app.com
If you want to receive release updates for adapters, subscribe to our GitHub repository:
Pay attention to the pubid string obtained earlier at of this instruction.
Update your appâs Info.plist with network-specific identifiers. See the documentation for .
In order to ensure you obtain consent from your users in applicable jurisdictions on behalf of our monetization partners and correctly pass consent flag values to Bidapp, please review
See the , and pages to learn how to integrate various ad formats.