Skip to content

Commit

Permalink
Update to version v4.8.
Browse files Browse the repository at this point in the history
New Features
  + MS-3083 -- Native for Banner Ad View
  + MS-3115 -- Function to set external user id in the SDK for user syncing
  + MS-3279 -- Expose click through url for banner, native, interstitial & video

Bug Fixes
  + MS-3186 -- Incorrect logic in AdMob mediation code - iOS - native

Mediation Partner Updates
  + MS-3257 -- Update Facebook Audience Network SDK to latest version
  + MS-3075 -- Update inMobi client side adapter to support latest inMobi SDK

Versions of Updated Mediation SDK.
  + InMobi                7.1.1
  + FacebookSDK           4.28.1
  • Loading branch information
davidappnexus committed Jun 21, 2018
1 parent 2fc6daf commit 475c005
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 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.7.1</string>
<string>4.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To file an issue or request an enhancement please visit the AppNexus Customer Su
Easily include the AppNexus SDK in your Podfile:

```
platform :ios, '8.0'
platform :ios, '9.0'
target 'MyAmazingApp' do
pod 'AppNexusSDK'
Expand Down
22 changes: 22 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@

## 4.8
### New Features
+ MS-3083 -- Native for Banner Ad View
+ MS-3115 -- Function to set external user id in the SDK for user syncing
+ MS-3279 -- Expose click through url for banner, native, interstitial & video

### Bug Fixes
+ MS-3186 -- Incorrect logic in AdMob mediation code - iOS - native

### Mediation Partner Updates
+ MS-3257 -- Update Facebook Audience Network SDK to latest version
+ MS-3075 -- Update inMobi client side adapter to support latest inMobi SDK

### Versions of Updated Mediation SDK.
+ InMobi 7.1.1
+ FacebookSDK 4.28.1



## 4.7.1
### New Features and Bug Fixes
+ MS-3227 -- GDPR support for SDK
+ MS-3193 -- [iOS SDK] crash


## 4.6
### New Features
+ MS-2113 -- Support autocollapse of interstitials
+ MS-3178 -- Implement exposureChange event


## 4.5
### New Features
+ Banner Video
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.7.1"
#define AN_SDK_VERSION @"4.8"

#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)
#define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)
Expand Down
3 changes: 3 additions & 0 deletions tests/NativeUnitTests/ANNativeAdRequestTestCase.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#import "ANSDKSettings+PrivateMethods.h"
#import "NSURLRequest+HTTPBodyTesting.h"
#import "ANLogManager.h"
#import "ANNativeAdResponse.h"



Expand All @@ -44,6 +45,8 @@ @interface ANNativeAdRequestTestCase : XCTestCase <ANNativeAdRequestDelegate>

@implementation ANNativeAdRequestTestCase



#pragma mark - Test lifecycle.

- (void)setUp {
Expand Down

0 comments on commit 475c005

Please sign in to comment.