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

Commit

Permalink
Merge pull request #263 from Adobe-Marketing-Cloud/feb162018
Browse files Browse the repository at this point in the history
iOS 4.14.3 release
  • Loading branch information
shalehaha authored Feb 16, 2018
2 parents a608d67 + 5832437 commit eb9fc92
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="adobe-mobile-services"
version="4.14.2">
version="4.14.3">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down
2 changes: 1 addition & 1 deletion sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2017. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.14.2
// SDK Version: 4.14.3

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Extension.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_TV.a
Binary file not shown.
Binary file modified sdks/iOS/AdobeMobileLibrary/AdobeMobileLibrary_Watch.a
Binary file not shown.
13 changes: 8 additions & 5 deletions sdks/iOS/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.14.3 (16 Feb, 2018)
- General - Fixed a bug that was causing some of the SDK processing to run on the main thread

4.14.2 (8 Feb, 2018)
- General - Fixed a bug that was sometimes delaying the Analytics lifecycle launch from going out when the app resumed from background

Expand All @@ -22,7 +25,7 @@ https://marketing.adobe.com/resources/help/en_US/mobile/ios/
- Analytics - Fixed a bug that was allowing unicode characters to be used in contextData keys

4.13.7 (20 Jul, 2017)
- General - Fixed Xcode 9 beta warnings
- General - Fixed Xcode 9 beta warnings
- Audience Manager - Added safe URL encoding of DPUUID param provided in audienceSetDpid:dpuuid: method
- Push Messaging - Synchronize the push token with the backend services only when the token has changed

Expand Down Expand Up @@ -72,9 +75,9 @@ https://marketing.adobe.com/resources/help/en_US/mobile/ios/
4.11.0 (16 Jun, 2016)
- Target - New Target API for passing in requestLocation parameters
- Target - Fixed the bug where mboxHost/orderId/orderTotal were not correctly handled in legacy Target API
- Postbacks/In-App Messaging - Removed requirements on analytics for Postbacks and In-App Messaging
- Postbacks - Fixed the issue where post body was encoded when the content type is application/json
- Analytics - Fixed the issue of trackTimedAction not allowing non-string keys and values in context data
- Postbacks/In-App Messaging - Removed requirements on analytics for Postbacks and In-App Messaging
- Postbacks - Fixed the issue where post body was encoded when the content type is application/json
- Analytics - Fixed the issue of trackTimedAction not allowing non-string keys and values in context data

4.10.0 (20 May, 2016)
- New Feature - New Target API
Expand All @@ -84,7 +87,7 @@ https://marketing.adobe.com/resources/help/en_US/mobile/ios/
4.9.0 (5 May, 2016)
- New Feature - deep linking with acquisition
- New Feature - callback system allowing access to acquisition, deep link, and lifecycle information
- New Feature - message payload support for local and push messaging
- New Feature - message payload support for local and push messaging

4.8.6 (9 Mar, 2016)
- In-App Messaging - fixed an issue that would cause full screen messages to not appear properly in specific environments
Expand Down

0 comments on commit eb9fc92

Please sign in to comment.