facebook twitter hatena line email

「Javascript/reactnative/admob/expo/mediation」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==メディエーション追加方法== node_modules/expo-ads-admob/android/build.gradle <pre> dependencies { unimodule "unimodules-core" api 'com.google.android.gms...」)
 
(メディエーション追加方法)
行1: 行1:
 
==メディエーション追加方法==
 
==メディエーション追加方法==
 +
===androidの場合===
 +
(未完成で表示確認できなかった)
 +
 
node_modules/expo-ads-admob/android/build.gradle
 
node_modules/expo-ads-admob/android/build.gradle
 
<pre>
 
<pre>

2020年7月17日 (金) 16:57時点における版

メディエーション追加方法

androidの場合

(未完成で表示確認できなかった)

node_modules/expo-ads-admob/android/build.gradle

dependencies {
  unimodule "unimodules-core"
  api 'com.google.android.gms:play-services-ads:17.2.1'

  implementation 'androidx.appcompat:appcompat:1.1.0'
  implementation 'androidx.cardview:cardview:1.0.0'
  implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  implementation 'androidx.percentlayout:percentlayout:1.0.0'

  implementation 'com.google.android.gms:play-services-basement:17.0.0'
  implementation 'com.google.android.gms:play-services-gcm:17.0.0'
  implementation 'com.google.android.gms:play-services-location:17.0.0'
  implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'

  implementation 'com.google.ads.mediation:nend:5.4.2.0'
  implementation 'com.google.ads.mediation:facebook:5.9.0.1'
  implementation 'com.google.ads.mediation:unity:3.4.6.0'
  implementation 'com.google.ads.mediation:maio:1.1.11.1'
  implementation 'com.google.ads.mediation:adcolony:4.1.4.1'
  implementation 'com.google.ads.mediation:applovin:9.12.8.0'
}
repositories {
    maven {
        url 'http://fan-adn.github.io/nendSDK-Android-lib/library'
    }
    maven{
        url "https://imobile-maio.github.io/maven"
    }
    maven {
        url  "https://adcolony.bintray.com/AdColony"
    }
}

メモ

マニフェストはここにある

node_modules/expo-ads-admob/android/src/main/AndroidManifest.xml