Skip to content

Subito-it/prebid-mobile-ios

This branch is 34 commits behind prebid/prebid-mobile-ios:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1759b68 · Nov 12, 2024
Oct 3, 2024
Oct 3, 2024
Apr 27, 2021
Nov 12, 2024
Apr 18, 2024
Oct 31, 2022
Oct 3, 2024
Oct 3, 2024
Jun 3, 2022
Nov 12, 2024
Aug 22, 2024
May 12, 2023
Nov 12, 2024
Sep 25, 2024
Sep 4, 2019
Oct 3, 2024
Sep 11, 2019
Apr 5, 2021
Jul 5, 2017
Apr 26, 2021
Jun 8, 2023
Nov 12, 2024
Sep 5, 2024
Sep 5, 2024
Sep 5, 2024
Sep 5, 2024
Oct 3, 2024
Oct 3, 2024

Repository files navigation

Prebid Mobile iOS SDK

To work with Prebid Mobile, you will need accesss to a Prebid Server. See this page for options.

Use Cocoapods?

Easily include the Prebid Mobile SDK for your primary ad server in your Podfile/

platform :ios, '11.0'

target 'MyAmazingApp' do 
    pod 'PrebidMobile'
end

Build framework from source

Build Prebid Mobile from source code. After cloning the repo, from the root directory run

./scripts/buildPrebidMobile.sh

to output the Prebid Mobile framework.

Test Prebid Mobile

Run the test script to run unit tests and integration tests.

./scripts/testPrebidMobile.sh

Carthage

2.2.3 version is available to build PrebidMobile with Carthage. For that, please, put the following content to your Cartfile:

github "prebid/prebid-mobile-ios" == 2.2.3-carthage

Run this command in order to build PrebidMobile with Carthage:

carthage update --use-xcframeworks --platform ios

Note that PrebidMobileGAMEventHandlers, PrebidMobileAdMobAdapters, PrebidMobileMAXAdapters are not available to build with Carthage.

About

Prebid Mobile SDK for iOS applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 59.5%
  • Objective-C 38.2%
  • JavaScript 1.3%
  • HTML 0.4%
  • C 0.2%
  • Ruby 0.2%
  • Other 0.2%