diff --git a/AdobeMobileLibrary/ADBMobile.h b/AdobeMobileLibrary/ADBMobile.h index 4c40609b..b02d0e7a 100644 --- a/AdobeMobileLibrary/ADBMobile.h +++ b/AdobeMobileLibrary/ADBMobile.h @@ -2,9 +2,9 @@ // ADBMobile.h // Adobe Experience Cloud -- iOS Library // -// Copyright 1996-2019. Adobe, Inc. All Rights Reserved +// Copyright 1996-2020. Adobe, Inc. All Rights Reserved // -// SDK Version: 4.19.0 +// SDK Version: 4.19.1 #import @class CLLocation, CLBeacon, TVApplicationController, diff --git a/AdobeMobileLibrary/libAdobeMobile.a b/AdobeMobileLibrary/libAdobeMobile.a index b3353f32..e0c85a0b 100644 Binary files a/AdobeMobileLibrary/libAdobeMobile.a and b/AdobeMobileLibrary/libAdobeMobile.a differ diff --git a/AdobeMobileLibrary/libAdobeMobile_Extension.a b/AdobeMobileLibrary/libAdobeMobile_Extension.a index 7e29dbd2..936e4c75 100644 Binary files a/AdobeMobileLibrary/libAdobeMobile_Extension.a and b/AdobeMobileLibrary/libAdobeMobile_Extension.a differ diff --git a/AdobeMobileLibrary/libAdobeMobile_TV.a b/AdobeMobileLibrary/libAdobeMobile_TV.a index fe791bc0..caf057f7 100644 Binary files a/AdobeMobileLibrary/libAdobeMobile_TV.a and b/AdobeMobileLibrary/libAdobeMobile_TV.a differ diff --git a/AdobeMobileLibrary/libAdobeMobile_Watch.a b/AdobeMobileLibrary/libAdobeMobile_Watch.a index f092cd6f..4e8f5df5 100644 Binary files a/AdobeMobileLibrary/libAdobeMobile_Watch.a and b/AdobeMobileLibrary/libAdobeMobile_Watch.a differ diff --git a/AdobeMobileSDK.podspec b/AdobeMobileSDK.podspec index e1daf516..dd5a7f4e 100644 --- a/AdobeMobileSDK.podspec +++ b/AdobeMobileSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AdobeMobileSDK" - s.version = "4.19.0" + s.version = "4.19.1" s.summary = "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK." s.description = <<-DESC 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| s.license = {:type => "Commercial", :text => "Adobe Systems Incorporated All Rights Reserved"} s.author = "Adobe Mobile SDK Team" - s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.0-cocoapod" } + s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.1-cocoapod" } s.platform = :ios, '5.0' s.default_subspec = 'iOS' diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index b3f60a50..c214e7fd 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -5,6 +5,13 @@ Included are notes from the latest major revision to current. For full SDK documentation, please visit: https://marketing.adobe.com/resources/help/en_US/mobile/ios/ +4.19.1 (12 Mar, 2020) +- General - Resolved a potential crash caused when Swift enums are included in context data for tracking calls. +- 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. + +4.19.0 (4 Feb, 2020) +- Lifecycle - Added a new API, pauseCollectingLifecycleData, to mitigate the abnormal session length data being reported by some older iOS devices. + 4.18.9 (8 Nov, 2019) - In App Messaging - Fixed a bug where cached or bundled images could not be loaded in the full screen messages.