「Monaca/admob/admob-free/mediation/maio」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→iosの場合) |
|||
行47: | 行47: | ||
<platform name="ios"> | <platform name="ios"> | ||
<pods use-frameworks="true"> | <pods use-frameworks="true"> | ||
− | + | <framework src="GoogleMobileAdsMediationMaio" type="podspec" spec='~> 1.5.4.0' /> | |
</pods> | </pods> | ||
</platform> | </platform> |
2020年7月6日 (月) 19:22時点における最新版
maioのメディエーションを使いたい場合
androidの場合
androidでは以下をplugin.xmlに追加する
<framework src="com.maio:android-sdk:1.1.11" /> <framework src="com.google.ads.mediation:maio:1.1.11.1" />
maven設定方法
plugin.xml
<platform name="android"> <framework src="build-extras.gradle" custom="true" type="gradleReference"/> </platform>
build-extras.gradle
ext.postBuildExtras = { allprojects { repositories { maven { url "https://maven.google.com" } jcenter() maven{ url "https://imobile-maio.github.io/maven" } } } android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } configurations.all { resolutionStrategy { force 'com.android.support:support-v4:26.+' } } }
iosの場合
plugin.xmlに追加
<platform name="ios"> <pods use-frameworks="true"> <framework src="GoogleMobileAdsMediationMaio" type="podspec" spec='~> 1.5.4.0' /> </pods> </platform>
表示はできてない・・
参考
https://developers.google.com/admob/unity/mediation/maio
https://bintray.com/google/mobile-ads-adapters-unity/GoogleMobileAdsMaioMediation#files/Google