Skip to content

pubnative/ironSource-hybid-adapters-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

ironSource-hybid-adapters-ios

Mediation adapters to be used in conjunction with ironSource iOS SDK to deliver HyBid Ads on iOS devices.

If you want to display HyBid Ads in your iOS application through ironSource, you’re at the right place.

Requirements

  • Platform: iOS 10.0+
  • Xcode: 12.0+

Features

  • Displaying HyBid Ads

Installation

CocoaPods

If your project is managing dependencies through CocoaPods, you just need to add this pod in your Podfile.

It will install HyBid Adapters, as well as HyBid iOS SDK and ironSource iOS SDK (If not installed already).

  1. Add pod named ironSource-HyBid-Adapters in your Podfile:
platform :ios, '12.0'
pod 'ironSource-HyBid-Adapters', '3.0.0.0'
  1. Run pod install --repo-update to install the pod in your project.
  2. Integrate latest version of HyBid iOS SDK to your project using HyBid Setup Guide.
  3. If needed, implement ironSource iOS SDK in your application.
  4. Based on your needs, define custom events using the Mediation page to finish the integration.
  5. You’re done.

Manually

  1. Integrate latest version of HyBid iOS SDK to your project using HyBid Setup Guide.
  2. If needed, implement ironSource iOS SDK in your application.
  3. Download the desired release of ironSource HyBid Adapters.
  4. Drag & Drop adapter files in your iOS project.
  5. Based on your needs, define custom events using the Mediation page to finish the integration.
  6. You’re done.

Integration Documentation

Integration instructions are available on HyBid iOS SDK Documentation GitHub Wiki page.

About

A repository that hosts ironSource adapters (Mediation) for HyBid iOS SDK.

Resources

Stars

Watchers

Forks

Packages

No packages published