HyprMX is the world's first invite-only brand ad network. Born on Madison Avenue and raised in mobile gaming, HyprMX brings brands into premium mobile apps.
To request an invitation for HyprMX fill out the form here
This repo is to be used with the integration documentation.
To get started with HyprMX Example Apps, clone this repo and follow the instructions for your platform.
- Open HyprMX-Android-ExampleApp in Android Studio
- Run the application to see the Ads using our Example App Distributor ID
- Open MainActivity.kt
- Modify DISTRIBUTOR_ID to match the Distributor ID provided to you by HyprMX
- Modify REWARDED_PLACEMENT_NAME to match one of your rewarded placements
- Modify INTERSTITIAL_PLACEMENT_NAME to match one of your interstitial placements
- Modify BANNER_PLACEMENT_NAME to match one of your banner placements
- Modify BANNER_SIZE to match the banner placement size
- Run the application to see the Ads using your Distributor ID
- Open HyprMX-ExampleApp.xcodeproj in Xcode
- Run the scheme
HyprMX-ExampleApp
to see the Rewarded, Interstitial and Banner Ads using our Example App Distributor ID - Open ViewController.swift
- Modify myDistributorID to match the Distributor ID provided to you by HyprMX
- Modify placementName1 to match one of your rewarded placements
- Modify placementName2 to match one of your interstitial placements
- Modify placementNameBanner to match one of your banner placements
- Run the application to see the Ads using your Distributor ID
- Open HyprMX-ExampleApp.xcodeproj in Xcode
- Run the scheme
HyprMX-ExampleTableViewApp
to see the Banner Ads in a TableView with reuse cells, using our Example App Distributor ID - Open TableViewController.swift
- Modify myDistributorID to match the Distributor ID provided to you by HyprMX
- Modify placementNameBanner to match one of your banner placements
- Run the application to see the Ads using your Distributor ID