Maio introduction
Describe the implementation procedure to mediate Maio with FullscreenInterstitial advertisement. For implementation of the startup guide and fullscreen interstitial advertisement, refer to the following implementation procedure.
Startup
Implementation of fullscreen interstitial advertisement
Cocoapods integration(recommended)
- Currently Geniee Mediation SDK is working well with Maio SDK version 1.4.0
Add the following line to Podfile
pod 'MaioSDK', '~> 1.4.0'
Manual integration
If you install with Cocoapods, introduction by this procedure is unnecessary.
Click here to see manual integration
- Extract FullscreenInterstitialAd-Adnw-SDKS.zip
- Drag and drop the Maio SDK framework to the project and add it.
- Add the path of
Maio.framework
folder to Target > Build Settings > Framework Search Paths
Maio Adapter
- Drag and drop the Maio SDK Adapter to the project and add it.
fullscreenMediation/Maio/GNSAdapterMaioFullscreenInterstitialAd.h
fullscreenMediation/Maio/GNSAdapterMaioFullscreenInterstitialAd.m
1
2
2