/appmonet-ios-sdk

Appmonet iOS Bidder SDK

Primary LanguageObjective-COtherNOASSERTION


Logo

AppMonet iOS SDK

Add header bidding and additional demand partners
in banner, interstitial, and native ads!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

Architecture

This repository contains the code for the AppMonet android SDK. This SDK lets app developers add header bidding and additional demand partners in banner, interstitial, and native ads. There are currently 3 variants of the SDK:

  • MoPub: integration into the MoPub adserver & SDK. Allows AppMonet to bid into MoPub to provide header-bidding competition.
  • GAM/AdMob: header bidding and mediation integrations with GAM and AdMob.
  • Standalone/"Bidder": for use with custom adservers/mediation SDKs, or with AppMonet as the primary adserver. (Not open-sourced at the moment)

For more information on integrating the AppMonet SDK into your app, please see the AppMonet Docs

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/AppMonet/appmonet-ios-sdk.git
  1. Go into the project and run:
pod update
pod install
  1. Choose a target
    • App_DFP -> builds with AppMonet_Dfp
      • Copy KEYS-Sample.plist as KEYS.plist.
      • Change bannerAdUnit value to a valid gam banner id
      • Change interstitialAdUnit value to a valid gam interstitial id
    • App_Admob -> builds with AppMonet_Dfp
    • App_Mopub -> builds with AppMonet_Mopub
  2. Build

Contributing

Contributions are welcomed! Feel free to offer suggestions and fixes to make our SDK better!

  1. Fork the Project
  2. Create your Feature or Fix Branch (git checkout -b feature/branch_name / git checkout -b fix/branch_name)
  3. Commit your Changes (git commit -m 'Add some awesome code')
  4. Push to the Branch (git push origin feature/branch_name/ git push origin fix/branch_name)
  5. Make sure all checks pass.
  6. Open a Pull Request

License

For full license, vist https://appmonet.com/legal/sdk-license/.