Socket
Socket
Sign inDemoInstall

@wowmaking/react-native-iron-source-admob

Package Overview
Dependencies
452
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wowmaking/react-native-iron-source-admob

Iron Source SDK AdMob adapter for React Native


Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Install size
13.9 kB
Created
Weekly downloads
 

Readme

Source

@wowmaking/react-native-iron-source-admob

Manual setup required

Android

Add this to the app’s AndroidManifest as a child of the <application></application>tag:

<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" 
           android:value="[ADMOB_APP_ID]"/>

Add this to your android/build.gradle file inside allproject > repositories

maven {
    url "https://dl.bintray.com/ironsource-mobile/android-adapters"
}

iOS

Add your AdMob App ID to the app’s Info.plist

<key>GADApplicationIdentifier</key>
<string>[APP_ID]</string>

Keywords

FAQs

Last updated on 13 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc