Skip to content

Commit

Permalink
Upgrade to Vungle SDK 6.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaivungle committed Jan 31, 2022
1 parent 04e7f2d commit 5536be0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Changelog

## VERSION 6.10.6 (January 31, 2022)
* Addressed a race condition that prevented SDK from bidding with valid tokens for banner ads.
* SDK prevents playability callbacks from firing with nil admarkups.
* Fixed an issue that could prevent ad requests from sending when the app was resumed from background.
* Updated the way SDK handles bad URLs and ad assets that fail to load as expected.

## VERSION 6.10.5 (December 1, 2021)
* Addressed a race condition occurring on iOS 15.1 that was preventing SDK from initializing.
* Addressed instances where adMarkup can be nil for VungleSDKHBDelegate callbacks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://support.vungle.com/hc/en-us/articles/360002925791
Vungle SDK for iOS
=======================

**Version 6.10.5**
**Version 6.10.6**

Welcome to the Vungle SDK which has been battle-tested to unlock amazing monetization opportunities for you. The Vungle SDK enables the very best creatives in mobile advertising.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.10.5
// SDK Version: 6.10.6
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.10.5
// SDK Version: 6.10.6
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions VungleSDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = "VungleSDK-iOS"
s.version = "6.10.5"
s.version = "6.10.6"
s.summary = "Vungle's iOS SDK'"
s.description = <<-DESC
An SDK for video ad based monetization with the Vungle Network
Expand All @@ -18,7 +18,7 @@ s.author = { "Vungle" => "tech-support@vungle.com" }
s.platform = :ios, '10.0'
s.requires_arc = true

s.source = { :http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.10.x/vungle6105.zip"}
s.source = { :http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.10.x/vungle6106.zip"}

s.vendored_frameworks = 'VungleSDK.xcframework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.10.5
// SDK Version: 6.10.6
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// VungleSDK.h
// Vungle iOS SDK
// SDK Version: 6.10.5
// SDK Version: 6.10.6
//
// Copyright (c) 2013-Present Vungle Inc. All rights reserved.
//
Expand Down
Binary file not shown.

0 comments on commit 5536be0

Please sign in to comment.