Maio introduction
Describe the implementation procedure to mediate Maio with RewardVideo advertisement. For implementation of the startup guide and video reward advertisement, refer to the following implementation procedure.
Startup
Implementation of video reward advertisement
Cocoapods integration(Recommend)
- 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 RewardVideoAd-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.
rewardMediation/Maio/GNSAdapterMaioRewardVideoAd.h
rewardMediation/Maio/GNSAdapterMaioRewardVideoAd.m
1
2
2