-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Support Interactive Media Ads (IMA) in Flutter (Android & iOS) #134228
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
…plugin (#6060) Part of flutter/flutter#134228 Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..). * Adds platform interface and tests for it.
…dia_ads` plugin (#6060)" (#6417) Reverts: #6060 Initiated by: ditman Reason for reverting: This is consistently breaking in `main` with: ``` BUILD FAILED in 1m 2s 01:03 +0: loading /b/s/w/ir/x/w/packages/packages/interactive_media_ads/example/integration_test/interactive_media_ads_test.dart Running Gradle task 'assembleDebug'... 63.0s [!] App requires Multidex support ``` It probably needs something [like this](https://github.com/flutter/packag Original PR Author: bparrishMines Reviewed By: {stuartmorgan} This change reverts the following previous change: Part of flutter/flutter#134228 Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..). * Adds platform interface and tests for it.
Hi, we're in urgent need to implement IMA Ads in our apps, is there an estimate for when the in-development interactive_media_ads plugin will be available for basic public use? |
This issue is assigned to @bparrishMines but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks! |
…plugin (flutter#6060) Part of flutter/flutter#134228 Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..). * Adds platform interface and tests for it.
…dia_ads` plugin (flutter#6060)" (flutter#6417) Reverts: flutter#6060 Initiated by: ditman Reason for reverting: This is consistently breaking in `main` with: ``` BUILD FAILED in 1m 2s 01:03 +0: loading /b/s/w/ir/x/w/packages/packages/interactive_media_ads/example/integration_test/interactive_media_ads_test.dart Running Gradle task 'assembleDebug'... 63.0s [!] App requires Multidex support ``` It probably needs something [like this](https://github.com/flutter/packag Original PR Author: bparrishMines Reviewed By: {stuartmorgan} This change reverts the following previous change: Part of flutter/flutter#134228 Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..). * Adds platform interface and tests for it.
…a_ads plugin flutter#6060" (flutter#6425) Relands flutter#6060 with the addition of the `multidexEnabled` as mentioned in flutter#6417. See flutter#6417 for revert Part of flutter/flutter#134228
Android implementation for flutter/flutter#134228
Is Flutter web support planned? |
…6733) Android implementation for flutter/flutter#134228
… some interface docs (#6988) Part of flutter/flutter#134228
@sapphire008 This issue is only tracking support for Android and iOS. |
iOS implementation for flutter/flutter#134228
This can be closed since the plugin now covers basic support of the client side for Android and iOS. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Is there an existing issue for this?
Use case
Flutter app owners/developers want to monetize their video content with in-stream video ads in line with IAB's VAST/VMAP specifications. Google's Interactive Media Ads SDK is a popular client library choice for publishers to do so in line with industry standards. Currently, there is no officially supported Flutter IMA plugin.
Proposal
Requesting official Flutter support for IMA SDKS on iOS & Android platforms. Initial request is to support the client side architecture of IMA SDK.
The text was updated successfully, but these errors were encountered: