Skip to content

Commit

Permalink
iOS v3.2 Release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kowshickkarthick committed May 11, 2017
1 parent ca8e297 commit 057db50
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 23 deletions.
23 changes: 17 additions & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.2

### Bug Fixes and Updates

+ Fixed AdMarvel banner ad misalignment

### Mediated SDKs

+ Rubicon SDK v6.3.0


## 3.1.2

### Bug Fixes
Expand Down Expand Up @@ -209,7 +220,7 @@ No change

+ MoPub SDK Version 4.1.0

+ InMobi SDK Version 5.2.0
+ InMobi SDK Version 5.2.0

+ VDOPIA Lightweight SDK Version 4

Expand Down Expand Up @@ -365,7 +376,7 @@ No change

+ MoPub SDK Version 3.9.0

+ InMobi SDK Version 4.5.3
+ InMobi SDK Version 4.5.3

+ VDOPIA Lightweight SDK Version 4

Expand Down Expand Up @@ -435,7 +446,7 @@ No change

+ MS-970, MS-1038 Binary build scripts now work in directories where the file path contains one or more spaces

+ MS-971 Fixed native ad click fallback behavior
+ MS-971 Fixed native ad click fallback behavior

+ MS-1000 Fire adWillClose and adDidClose on ANInterstitialAd

Expand All @@ -445,7 +456,7 @@ No change

+ MS-962 Simplify IDFA retrieval based on 6.0 deployment target

+ MS-976, MS-1042, MS-1055 Break apart ANAdResponse into ANAdServerResponse & ANAdFetcherResponse
+ MS-976, MS-1042, MS-1055 Break apart ANAdResponse into ANAdServerResponse & ANAdFetcherResponse

+ MS-975 Improved AdFetcher error handling

Expand Down Expand Up @@ -501,15 +512,15 @@ No change

## RC 2.1

+ MS-856, MS-868, MS-875, MS-916, MS-918, MS-925 Implemented AppNexus Native Ad Console Support.
+ MS-856, MS-868, MS-875, MS-916, MS-918, MS-925 Implemented AppNexus Native Ad Console Support.

+ MS-932 Introduced namespaced `ANGender` enum values (e.g. `ANGenderMale`). Deprecated existing values (e.g. `MALE`).

+ Updated to meet MRAID 2.0 compliance standards

### Other Feature Additions:

+ MS-868 Added dependency on StoreKit framework, App Store URLs will open directly in the app instead of opening in the AppStore app when `opensInNativeBrowser` is set to NO on the ad view.
+ MS-868 Added dependency on StoreKit framework, App Store URLs will open directly in the app instead of opening in the AppStore app when `opensInNativeBrowser` is set to NO on the ad view.

+ MS-900 Added dependency on EventKitUI framework, user will be presented with a calendar event edit screen if an ad calls `mraid.createCalendarEvent`

Expand Down
46 changes: 30 additions & 16 deletions mediation/mediatedviews/README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
3.2 -- 2017 May 11

Rubicon SDK v6.3.0

3.0

iAD SDK Removed

2.14

AdMarvel SDK v4.2.0
Rubicon SDK v6.1.0
SmartAd Server SDK v6.6
Millenial Media SDK v6.3.1
AdMob SDK v7.16.0

RC 2.13 -- 2016 September 22

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
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

Expand All @@ -19,21 +34,20 @@ RC 2.12.1 -- 2016 July 26

RC 2.10 -- 2016 May 26

Amazon SDK v2.2.14
AdColony SDK v2.6.1
AdMob SDK v7.8.1
Chartboost SDK v6.4.4
Facebook SDK v4.12.0
InMobi SDK v5.3.1
Millennial Media SDK v6.1.0
MoPub SDK v4.6.0
VDOPIA Lightweight SDK v1.4
** Unable to certify VDOPIA Lightweight SDK v1.5
Vungle SDK v3.2.1
Yahoo Flurry SDK v7.6.3
Amazon SDK v2.2.14
AdColony SDK v2.6.1
AdMob SDK v7.8.1
Chartboost SDK v6.4.4
Facebook SDK v4.12.0
InMobi SDK v5.3.1
Millennial Media SDK v6.1.0
MoPub SDK v4.6.0
VDOPIA Lightweight SDK v1.4
** Unable to certify VDOPIA Lightweight SDK v1.5
Vungle SDK v3.2.1
Yahoo Flurry SDK v7.6.3


For information about previous mediated SDK upgrades, please see:

https://github.com/appnexus/mobile-sdk-ios

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 @"3.1.2"
#define AN_SDK_VERSION @"3.2"

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

0 comments on commit 057db50

Please sign in to comment.