Skip to content

tapsellorg/TapsellMediation-Flutter

Repository files navigation

Getting Started

badge

Within the android folder of of your Flutter project, open the app/build.gradle file and add the following Tapsell key with the ID from the Tapsell console:

manifestPlaceholders = [
        TapsellMediationAppKey   : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]

Admob

Within the android folder of of your Flutter project, open the app/build.gradle file and add the following Admob key with the ID from the Tapsell console:

manifestPlaceholders = [
        TapsellMediationAdmobAdapterSignature: "ca-app-pub-xxxxxxxx~xxxxxxxx"
]