Skip to content

Commit

Permalink
iOS SDK v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmaa committed Jan 31, 2019
1 parent c479e8a commit ccb26eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BinaryProjects/AppNexusSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.1</string>
<string>5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
13 changes: 13 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 5.1
### New Features
+ Support for Carthage using script : carthageAppNexusSDK.sh

### Mediation partner SDK upgrades/changes
+ Updated Google AdMob adapter to support GADUnifiedNativeAd and GADMediaView requirements
+ Upgraded Smart Server SDK v7.0

### Bug Fixes
+ MS-3695: Refactored loadAd and setAutoRefreshInterval: to provide a single code-path for requesting an ad.
+ MS-3707: Fixed bug in how Open Measurement JavaScript is injected into creative html content.
+ MS-3598,MS-3599: Fixed MRAID and Video Ads to respect Safe Area on Top notch devices when running in FullScreen/Expanded mode.

## 5.0.1
### Bug Fix
+ Allow ANNativeAdRequest to download image assets in background (MS-3714)
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define AN_ERROR_TABLE @"errors"

#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
#define AN_SDK_VERSION @"5.0.1"
#define AN_SDK_VERSION @"5.1"

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

0 comments on commit ccb26eb

Please sign in to comment.