Giter Site home page Giter Site logo

mopub-ios-sdk's Introduction

Heyzap iOS SDK

Integrating the SDK

Heyzap is still hosting its SDK and documentation at https://developers.heyzap.com/docs. If you're looking to integrate ads, we suggest downloading our SDK rather than building from source.

Building from Source

You may want to contribute features, fix bugs, or just poke around the source code of our SDK. To build, open the Heyzap/Heyzap.xcworkspace file, choose the HeyzapSDKTest target, and click run.

Choose Target

Testing

While you can run the test app from a fresh clone of the repo, Cocoapods is required to install the dependencies for testing:

gem install cocoapods # Requires sudo if using default ruby
cd Heyzap && pod install
open Heyzap.xcworkspace

For information on running the tests, see the wiki.

Support & Contributions

If you spot a bug, or have trouble integrating the SDK, open an Issue on Github or contact [email protected]. We welcome any contributions via pull requests.

Making a Release

The SDK should be built with the latest version of XCode and the Command Line tools installed.

Making a release is unnecessary for development purposes, but you may want to build the SDK nonetheless. To do so, first install dependencies:

brew update
brew install ant

Then build the SDK:

./build.sh <marketing-version>
# Example: ./build.sh 6.4.0

This will generate 2 build products:

  • HeyzapAds.framework, which is recommended for iOS projects showing ads
  • libHeyzap.a (and associated headers), which is equivalent to HeyzapAds.framework, but is easier to integrate into 3rd party build processes (like Unity).

mopub-ios-sdk's People

Contributors

maxgabriel avatar mikeurbach avatar ekilah avatar danielrhodes avatar karimp avatar nsgoetz avatar

Watchers

James Cloos avatar Sascha Bienert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.