Skip to content
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

[IOS-2992]Set CCPA status at adapter level #25

Open
wants to merge 8 commits into
base: 6.7.x_pre_release
Choose a base branch
from

Conversation

YueVungle
Copy link

Regarding CCPA, there are concerns raised by IE team about setting CCPA via SDK instead via adapters.
For AdMob Adapter, we need to open api through public header VungleRouterConfiguration or else, I think the public head VungleRouterConfiguration is suitable to set CCPA status.

IOS-2992

[[VungleSDK sharedSDK] updateCCPAStatus:ccpaStatus];
}

+ (VungleCCPAStatus)getCCPAStatus {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YueVungle Can users access to VungleCCPAStatus without including VungleSDK.h? If not, we might need to add similar enum at adapter level, and adapter should convert it to VungleCCPAStatus. I can see we did wrong for "VungleConsentStatus" since it requires to include VungleSDK.h.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashinagawa Hi Aki, got it, I will add the similar enum in Adapter level. Thanks a lot for the reminder. ^_^

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashinagawa Hi Aki, updated, thanks a lot for the guidance. ^_^

Copy link

@ashinagawa ashinagawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!!
LGTM!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants