forked from googleads/googleads-mobile-flutter
-
Notifications
You must be signed in to change notification settings - Fork 14
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
update from master #22
Merged
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
…#491) * remove unused imports and migrate to v2 android embeddings * untrack previously checked in file: scshareddata * update compileSdkVersion from 30 to 31
* add plist and pbxproj to gitignore add plist and pbxproj to gitignore * add rewarded interstitial implementation and fix errors after pull * add corresponding method calls for events events like onAdLoaded, onAdFailedToLoad, adWillDismissFullScreenContent, etc. * add tests for Rewarded Interstitial tests for - load show AdMob / AdManager, load and setImmersiveMode * run flutter format * add android tests for rewarded interstitial * add Rewarded Interstitial Ad implementation in iOS * Update onRewardedInterstitialAdUserEarnedReward event add rewardedInterstitial ad to the onRewardedInterstitialAdUserEarnedReward event * add iOS tests for Rewarded Interstitial * run flutter format * add rewarded interstitial implementation and fix errors after pull * add corresponding method calls for events events like onAdLoaded, onAdFailedToLoad, adWillDismissFullScreenContent, etc. * add tests for Rewarded Interstitial tests for - load show AdMob / AdManager, load and setImmersiveMode * run flutter format * add android tests for rewarded interstitial * add Rewarded Interstitial Ad implementation in iOS * Update onRewardedInterstitialAdUserEarnedReward event add rewardedInterstitial ad to the onRewardedInterstitialAdUserEarnedReward event * add iOS tests for Rewarded Interstitial * run flutter format * remove create anchored banner function (added in a previous commit) * untrack plist and pbxproj files in ios example * add tracking for pbxproj files (required for ios) * move RI tests to a new file and few minor changes * remove plist from gitignore trying to check if this fixes - "Failed to package - Command PhaseScriptExecution failed with a nonzero exit code" * add Paid Event and User Earned Reward tests * run flutter format * add tests and review changes * fix iOS RI test fix iOS RewardedInterstitial test
* Remove AdUnitId declaration from Ad classes We don't need to use actual test ids for unit tests. * update dart.io import * deprecate testAdUnitId and update test ad unit ids in main.dart * run flutter format * remove unnecessary testAdUnitId for Rewarded Interstitial * update dev-sites for admob and admanager for test ad unit ids * update version and changelog
* Add onAdClick support. * Android unit tests. * Update iOS tests. * Update version and changelog. * Fix version. * Fix FLTRewardedInterstitialAdTest. * Decrease tag length. * Add onAdClicked to banner listeners; refactor tests. * Create parent ios class for full screen ads. * Add back some checks to iOS tests. * Fix typo
* Deprecate LocationParams. * Fix analyze errors.
* Fix min height of flexible ad * Changelog * Check width too * Lint * format files
* Bump android and iOS GMA dependencies. * remove workmanager workaround.
* Deprecate credentials and add adUnitMapping. * Remove credentials from toString and replace with adUnitMapping.
* Add support for openDebugMenu
* Add support for ad inspector APIs
* Ump (googleads#554) * Ump support - dart unit tests (googleads#560) * Ump tests android (googleads#561) * Add iOS unit tests. (googleads#564) * Api updates (googleads#565) * Update changelog and internal error code for Android. (googleads#566)
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.
No description provided.