Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit e3e0576

Browse files
authored
Merge pull request #384 from Adobe-Marketing-Cloud/ios-4.20.0
iOS 4.20.0 release
2 parents f4cb1eb + 0d80721 commit e3e0576

File tree

8 files changed

+7
-3
lines changed

8 files changed

+7
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adobe-mobile-services",
33
"description": "Native Mobile SDKs, dev tools and example apps.",
4-
"version": "4.19.5",
4+
"version": "4.20.0",
55
"homepage": "https://github.com/Adobe-Marketing-Cloud/mobile-services/blob/master/sdks/Cordova/README.md",
66
"repository": {
77
"type": "git",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
44
id="adobe-mobile-services"
5-
version="4.19.5">
5+
version="4.20.0">
66
<name>ADBMobile</name>
77
<description>Adobe Mobile Services Plugin
88

sdks/iOS/AdobeMobileLibrary/ADBMobile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.19.3
7+
// SDK Version: 4.20.0
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
25.5 KB
Binary file not shown.
25.5 KB
Binary file not shown.
9.08 KB
Binary file not shown.
17.1 KB
Binary file not shown.

sdks/iOS/ReleaseNotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Included are notes from the latest major revision to current.
55
For full SDK documentation, please visit:
66
https://marketing.adobe.com/resources/help/en_US/mobile/ios/
77

8+
4.20.0 (4 Nov, 2020)
9+
- Visitor ID Service - Added device_consent status parameter when setAdvertisingIdentifier is called after ad tracking is enabled/disabled.
10+
- Analytics - Fixed a bug that was delaying Analytics hits from being sent on an install when iAd.framework is linked and the device has "Limited Ad Tracking" enabled.
11+
812
4.19.3 (16 July, 2020)
913
- General – Fixed a bug that prevented deeplink URLs with multiple equals sign in query param from being properly handled.
1014

0 commit comments

Comments
 (0)