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

Commit 33bfc28

Browse files
authored
Merge pull request #359 from rymorale/Release-4.19.1
update files for 4.19.1 release
2 parents 2905d5e + 3973904 commit 33bfc28

File tree

7 files changed

+11
-4
lines changed

7 files changed

+11
-4
lines changed

AdobeMobileLibrary/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2019. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.19.0
7+
// SDK Version: 4.19.1
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
31.6 KB
Binary file not shown.
31.6 KB
Binary file not shown.
12.1 KB
Binary file not shown.
22.5 KB
Binary file not shown.

AdobeMobileSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeMobileSDK"
3-
s.version = "4.19.0"
3+
s.version = "4.19.1"
44
s.summary = "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK."
55
s.description = <<-DESC
66
The Adobe Experience Cloud Mobile libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Test&Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe AudienceManager.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.license = {:type => "Commercial", :text => "Adobe Systems Incorporated All Rights Reserved"}
1212
s.author = "Adobe Mobile SDK Team"
13-
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.0-cocoapod" }
13+
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.1-cocoapod" }
1414
s.platform = :ios, '5.0'
1515

1616
s.default_subspec = 'iOS'

ReleaseNotes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.19.1 (12 Mar, 2020)
9+
- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls.
10+
- Target – Target Session Id will now be added as a context data parameter ‘a.target.sessionId’ in the internal Analytics for Target hit sent to Adobe Analytics.
11+
12+
4.19.0 (4 Feb, 2020)
13+
- Lifecycle - Added a new API, pauseCollectingLifecycleData, to mitigate the abnormal session length data being reported by some older iOS devices.
14+
815
4.18.9 (8 Nov, 2019)
916
- In App Messaging - Fixed a bug where cached or bundled images could not be loaded in the full screen messages.
1017

0 commit comments

Comments
 (0)