FLUTTER ECOSYSTEM

ioridev/flutter_applovin_max

Flutter plugin for showing applovin MAX mediation ads rewardvideo

flutter_applovin_max project cover
Stars
15
Forks
28
Last push (UTC)
Jul 15, 2022
Project status
Archived
小島 伊織 / Iori Kojima GitHub avatar
GITHUB User

小島 伊織 / Iori Kojima ↗

ハニワにはニーハオ

@bestattokyo
LanguagesJavaDartSwiftRubyObjective-C

Technical topics

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • pedantic_monoDevelopment^1.11.0+2
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

flutter_applovin_max

All Contributors


🎉The official plugin has finally been released!🎉
pub.dev applovin_max
https://github.com/AppLovin/AppLovin-MAX-Flutter
We recommend using this plugin in the future.

I would like to thank everyone who has used my plug-ins so far, as well as all the contributors.


Welcomes contribution from everyone.

ko-fi

Flutter plugin for showing applovin MAX mediation ads rewardvideo (Android & Ios).

MAX is AppLovin's in-app monetization solution.

Move beyond the traditional monetization solution and integrate MAX. MAX is a single unbiased auction where advertisers get equal access to all ad inventory and bid simultaneously, which drives more competition and higher CPMs for you. You can read more about it here.

To request an invite for MAX, apply here.

Please check out our documentation to get started on integrating and enabling mediated networks using our guides.

Getting Started

Add inside the tag. Android

<meta-data android:name="applovin.sdk.key"
    android:value="YOUR_SDK_KEY"/>

IOS info.plist

<key>AppLovinSdkKey</key
<string>YOUR_SDK_KEY</string>
	<key>SKAdNetworkItems</key>
	<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>2U9PT9HC89.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>4468km3ulz.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>4FZDC2EVR5.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>7UG5ZH24HU.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>8s468mfl3y.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>9RD848Q2BZ.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>9T245VHMPL.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>av6w8kgt66.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>F38H382JLK.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>hs6bdukanm.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>KBD757YWX3.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>ludvb6z3bs.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>M8DBW4SV7C.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>mlmmfzh3r3.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>prcb7njmu6.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>t38b2kh725.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>TL55SBB4FM.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>WZMMZ9FP6W.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>YCLNXRL5PM.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>ydx93a7ass.skadnetwork</string>
    </dict>
</array>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>

Preparing Mediated Networks

IOS

https://dash.applovin.com/documentation/mediation/ios/mediation-adapters.

Android

https://dash.applovin.com/documentation/mediation/android/mediation-adapters

important point

When installing the iron source, the following error is output.
Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:16:5-39:19 to override.
You could, as the error says, add tools:replace="android:label" to your node in your manifest
See the example for flutter_applovin_max/example/Android

        android:name="io.flutter.app.FlutterApplication"
        android:label="flutter_applovin_max_example"
        android:icon="@mipmap/ic_launcher">

add schemas xmlns:tools="http://schemas.android.com/tools"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"package="dev.iori.flutter_applovin_max_example" xmlns:tools="http://schemas.android.com/tools">

Using this plugin

see directory example

Visit applovin MAX website to know more

このプラグインについて

このプラグインは applovin MAXのリワードビデオをFlutterアプリで利用できるようにネイティブSDKを統合します。 これにより Flutter アプリでメディエーション機能を利用したリワード動画を実装できます。

Contributors ✨

Thanks goes to these wonderful people (emoji key):

https://avatars.githubusercontent.com/u/42498461?v=4?s=100
dvird

💻
https://avatars.githubusercontent.com/u/55901716?v=4?s=100
superkeka

💻
https://avatars.githubusercontent.com/u/6607146?v=4?s=100
Noor Ali Butt

💻
https://avatars.githubusercontent.com/u/51233223?v=4?s=100
fujiser

💬

This project follows the all-contributors specification. Contributions of any kind welcome!