-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applovin adapter #1017
Merged
Merged
Applovin adapter #1017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LTPhantom
requested review from
bparrishMines,
jjliu15,
luo86 and
srichakradhar
as code owners
March 8, 2024 21:16
thomasmso
reviewed
Mar 9, 2024
packages/google_mobile_ads/mediation/gma_mediation_applovin/example/ios/Runner/Info.plist
Outdated
Show resolved
Hide resolved
luo86
approved these changes
Mar 11, 2024
packages/google_mobile_ads/mediation/gma_mediation_applovin/LICENSE
Outdated
Show resolved
Hide resolved
...tlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin/AppLovinSDKApi.g.kt
Outdated
Show resolved
Hide resolved
...utter/plugins/googlemobileads/mediation/gma_mediation_applovin/GmaMediationApplovinPlugin.kt
Outdated
Show resolved
Hide resolved
…id publishing conflicts. Locked AppLopvin adapter version for iOS
…ovin folder from pedantic analysis
jjliu15
reviewed
Mar 21, 2024
packages/google_mobile_ads/mediation/gma_mediation_applovin/android/build.gradle
Outdated
Show resolved
Hide resolved
...r/plugins/googlemobileads/mediation/gma_mediation_applovin/AppLovinFlutterMediationExtras.kt
Outdated
Show resolved
Hide resolved
...r/plugins/googlemobileads/mediation/gma_mediation_applovin/AppLovinFlutterMediationExtras.kt
Outdated
Show resolved
Hide resolved
...tlin/io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin/AppLovinSDKApi.g.kt
Outdated
Show resolved
Hide resolved
.../io/flutter/plugins/googlemobileads/mediation/gma_mediation_applovin_example/MainActivity.kt
Outdated
Show resolved
Hide resolved
packages/google_mobile_ads/mediation/gma_mediation_applovin/example/lib/main.dart
Outdated
Show resolved
Hide resolved
packages/google_mobile_ads/mediation/gma_mediation_applovin/example/pubspec.yaml
Outdated
Show resolved
Hide resolved
jjliu15
reviewed
Mar 21, 2024
jjliu15
approved these changes
Mar 22, 2024
LTPhantom
added a commit
that referenced
this pull request
Apr 24, 2024
* Creation of AppLovin Adapter * Reference Mediation Extras changes. * Added applovin github workflow * Completed iOS unit tests of third party APIs * Added SKAdNetwork Ids to example app * Added License and documentation on Android class * Removed dart unit test workflow since there aren't any. Excluded applovin folder from pedantic analysis * Prepared for publishing * Created a general mediation folder where adapters will go * Updated github workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a new Flutter plugin that enables the AppLovin Mediation Adapter to use with the google_mobile_ads flutter plugin.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?