com.azerion.ads
Advanced tools
Comparing version 2.0.1-preview.2 to 2.1.0-preview.1
{ | ||
"name": "com.azerion.ads", | ||
"version": "2.0.1-preview.2", | ||
"version": "2.1.0-preview.1", | ||
"displayName": "AzerionAds", | ||
@@ -5,0 +5,0 @@ "description": "AzerionAds SDK has been designed to give developers options for showing Ads from ImproveDigital and AdMob.", |
@@ -22,3 +22,3 @@ | ||
"dependencies": { | ||
"com.azerion.ads": "2.0.0" | ||
"com.azerion.ads": "2.1.0-preview.1" | ||
} | ||
@@ -34,2 +34,16 @@ } | ||
## Config AppLovin App ID | ||
### Android | ||
- Add `Custom Main Manifest` for android via `Project Settings->Player->Publish Settings` | ||
- Add AppLovin App ID in `Assets/Plugins/Android/AndroidManifest.xml` | ||
```xml | ||
<application> | ||
<activity android:name=".MainActivity" | ||
... | ||
<meta-data android:name="applovin.sdk.key" | ||
android:value="YOUR_APPLOVIN_APP_ID"/> | ||
... | ||
</application> | ||
``` | ||
--- | ||
@@ -90,5 +104,7 @@ **NOTE** | ||
... | ||
implementation 'com.azerion:azerion-sdk-ads-core:2.0.0' | ||
implementation 'com.azerion:azerion-sdk-ads-mediation-admob:2.0.0' | ||
implementation 'com.azerion:azerion-sdk-ads-core:2.1.0' | ||
implementation 'com.azerion:azerion-sdk-ads-mediation-admob:2.1.0' | ||
implementation 'com.azerion:azerion-sdk-ads-unity-android-adapter:1.0.0' | ||
// If we want to mediate ad from AppLovin | ||
implementation 'com.azerion:azerion-sdk-ads-mediation-applovin:1.0.0' | ||
... | ||
@@ -95,0 +111,0 @@ **DEPS**} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1132994
404