-
Notifications
You must be signed in to change notification settings - Fork 5
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
Vungle 4.3.37 release #7
base: master
Are you sure you want to change the base?
Conversation
This commit will update adapter code to support in-feed ad type. IOS-6800
This commit will add support for Adaptive case.
This commit update adapter to remove the set for init completion calbacks. IOS-7033
Initialization update
}); | ||
} | ||
|
||
- (void)initializationSuccess { |
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.
This changes the structure of the adapter from all other open source adapters
@@ -485,11 +326,6 @@ - (void)loadInterstitialInternal:(NSString *)placementId | |||
|
|||
LogAdapterApi_Internal(@"placementId = %@", placementId); | |||
|
|||
// In favor of supporting all of the Mediation modes there is a need to store the Interstitial delegate |
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.
Not storing the delegate might cause the adapter to fail under some of the Mediation modes
This commit will add custom and adaptive banner support.