Home / AppLovin / AppLovin iOS SDK Mediation / Tappx SDK integration with CocoaPods

AppLovin iOS SDK Mediation

Tappx SDK integration with CocoaPods

The simplest way to import the SDK into an iOS project is to use CocoaPods. Open your project's Podfile and add this line to your app's target:

pod 'TappxSDK'

If you want to integrate SDK with Cross Promotion, add this line to your app's target:

pod 'TappxSDK/TPXCrossPromotionAdapter'

Then from the command line run:

pod install --repo-update

Download the mediation class:

Add the folder: “MediationClass” inside your project.

If you're new to CocoaPods, see their official documentation for info on how to create and use Podfiles.