Skip to content

Commit

Permalink
Merge pull request #265 in MOBILE-SDK/app_mobile-sdk-ios from SDK_V4.…
Browse files Browse the repository at this point in the history
…10 to master

Version 4.10

Squashed commit of the following:

commit e9a6aababbb741adb08d4abee28fd11d3e601548
Author: Abhishek <[email protected]>
Date:   Fri Aug 3 20:40:23 2018 +0530

    Added version 4.10
  • Loading branch information
asharmaa committed Aug 3, 2018
1 parent 52c3d79 commit dc8df81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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>4.9</string>
<string>4.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
10 changes: 8 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## 4.10
### New Features and Bug Fixes
+ MS-3181 -- Allow ANInstreamVideoAd to be initialized with inventoryCode and memberId.
+ MS-3409 -- Repair SDK build errors highlighted by Xcode 10beta4.
+ MS-3324 -- Allow designation of arbitrary sizes to trigger full view constraints on banner ad instances.
+ MS-3427 -- Update Banner Native such that mainImage and iconImage are never downloaded automatically.
+ MS-3199 -- Add impression count API for Mediated Native creatives
+ MS-3444 -- Add API to restrict allowed media types for Banner Ad

## 4.9
### New Features
+ MS-3234 -- Open Measurement SDK Support for HTML Banner Ads



## 4.8
### New Features
+ MS-3083 -- Native for Banner Ad View
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 @"4.9"
#define AN_SDK_VERSION @"4.10"

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

0 comments on commit dc8df81

Please sign in to comment.