-
Notifications
You must be signed in to change notification settings - Fork 123
Add User Messaging Platform iOS support #1412
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
Conversation
❌ Integration test FAILEDRequested by @jonsimantov on commit 890e829
Add flaky tests to go/fpl-cpp-flake-tracker |
…ebase-cpp-sdk into feature/ump-sdk-ios
Add a test skip macro for skipping on physical hardware.
…ebase-cpp-sdk into feature/ump-sdk-ios
@@ -6,6 +6,7 @@ use_frameworks! :linkage => :static | |||
target 'integration_test' do | |||
pod 'Firebase/CoreOnly', '10.13.0' | |||
pod 'Google-Mobile-Ads-SDK', '10.9.0' | |||
pod 'GoogleUserMessagingPlatform', '2.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any changes need to be done to the update scripts so this gets updated automatically?
@@ -2818,12 +2889,12 @@ TEST_F(FirebaseGmaUmpTest, TestCanRequestAdsEEA) { | |||
using firebase::gma::ump::ConsentRequestParameters; | |||
using firebase::gma::ump::ConsentStatus; | |||
|
|||
TEST_REQUIRES_USER_INTERACTION; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do these no longer need user interaction?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because I was able to add GetDebugDeviceId() to our test framework, so it can specify the debug settings even on FTL hardware.
The ones that show the consent form and/or the privacy form still do require user interaction, though.
Return existing instance rather than creating new instance of internal class.
Description
Add iOS implementation of GMA UMP SDK.
Testing
Integration tests in this PR, and also run locally.
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.