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

Return MREC ad size for fluid banner size #71

Open
wants to merge 2 commits into
base: 7.2.x_pre_release
Choose a base branch
from

Commits on Feb 21, 2024

  1. Return MREC ad size for fluid banner size

    With GAM support of fluid banner sizes (providing 0,0 as
    the banner size for the ad to be requested), this change will
    allow for the VungleSDK to request an MREC ad when the
    fluid size is included in the ad load request.
    
    IOS-6609
    crbinsf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    739b1ab View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Updates to adapter code as part of fluid banner testing

    This commit updates the adapter code to work with fluid banner
    testing. It sets a fluid banner ad size when the initial banner request
    is received and converts that to a MREC size before the SDK load
    method is called. When the adapter is about to call the SDK present
    method, the adapter updates the presenting bannerView size to
    the expected MREC size to prevent errors in the SDK. Comments
    added to help with testing.
    crbinsf committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a8bf092 View commit details
    Browse the repository at this point in the history