Skip to content

Commit

Permalink
Merge pull request #57 in MOBILE-SDK/app_mobile-sdk-ios from RC2.13-R…
Browse files Browse the repository at this point in the history
…eleaseBranch to master

* commit '922fd0524fcb199cb8ccc99220ac608c89abd65d':
  RC2.13 Release Notes Change
  Bumped SDK Version To RC2.13, Added Release Notes
  • Loading branch information
Jose Cabal-Ugaz committed Sep 23, 2016
2 parents 53c7965 + 922fd05 commit ff43183
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## RC 2.13

### New Features

+ MS-2580 Added switch to enable HTTPS in SDK for calls made by the AppNexus SDK

+ Currently, ad calls may not always be ATS compliant. The AppNexus ad server will be fully ATS compliant by the end of 2016 without the need for an SDK change.

+ Because the AppNexus SDK does not control ad calls made by mediated SDKs, ATS compliance for mediated SDKs is the responsibility of each respective vendor. As mediated SDKs become ATS compliant the AppNexus SDK will be upgraded to support them.

+ MS-2584 Added static method to pass Nexage Site ID into Millennial SDK mediated adapter

### Bug Fixes

+ MS-2664 Fixed click-through issue affecting some ads loading in WKWebView

+ MS-2227 Multiple values for a single key now supported for AppNexus ad serving

### Mediated SDKs

+ Amazon SDK v2.2.15
+ AdColony SDK v2.6.2
+ AdMob SDK v7.10.1
+ Chartboost SDK v6.4.7
+ Facebook SDK v4.15.0
+ Millennial Media SDK v6.3.0
+ MoPub SDK v4.9.0
+ Vungle SDK v4.0.5
+ Yahoo Flurry SDK v7.6.4

## RC 2.12.1

### Mediated SDKs
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define AN_ERROR_TABLE @"errors"

#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
#define AN_SDK_VERSION @"2.12.2"
#define AN_SDK_VERSION @"2.13"

#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)
#define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)
Expand Down

0 comments on commit ff43183

Please sign in to comment.