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 #286 from Adobe-Marketing-Cloud/august
Browse files Browse the repository at this point in the history
4.16.1 release
  • Loading branch information
sbenedicadb authored Aug 9, 2018
2 parents 9be827e + 6c217f7 commit ae4f324
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.16.0">
version="4.16.1">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down Expand Up @@ -42,6 +42,6 @@
<receiver android:name="com.adobe.mobile.MessageNotificationHandler" />
</config-file>
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.16.0.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.16.1.jar" target-dir="libs" />
</platform>
</plugin>
Binary file not shown.
6 changes: 6 additions & 0 deletions sdks/Android/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/android/

4.16.1 (9 Aug, 2018)
- Analytics – Invalid timed action durations are now ignored
- Visitor ID Service – Fixed a bug that prevented the MID from being generated in an unknown privacy setting
- General – Added support to opt-out of Device Co-Op
- General – Fixed a bug that prevented deeplink URLs with encoded values from being properly handled

4.16.0 (1 June, 2018)
- Visitor ID Service - Added a new API that will return a string containing Visitor ID Service related URL variables
- Audience Manager - On privacy opt-out, a request is now sent to remove the user from all activation and reporting
Expand Down
7 changes: 5 additions & 2 deletions sdks/iOS/AdobeMobileLibrary/ADBMobile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Copyright 1996-2018. Adobe, Inc. All Rights Reserved
//
// SDK Version: 4.16.0
// SDK Version: 4.16.1

#import <Foundation/Foundation.h>
@class CLLocation, CLBeacon, TVApplicationController,
Expand Down Expand Up @@ -210,7 +210,6 @@ FOUNDATION_EXPORT NSString *const __nonnull ADBConfigKeyCallbackDeepLink;
*/
+ (void) registerAdobeDataCallback:(nullable void (^)(ADBMobileDataEvent event, NSDictionary* __nullable adobeData))callback;


#pragma mark - Analytics

/**
Expand Down Expand Up @@ -311,6 +310,10 @@ FOUNDATION_EXPORT NSString *const __nonnull ADBConfigKeyCallbackDeepLink;

/**
* @brief Tracks the end of a timed event
*
* Valid values for inAppDuration and totalDuration are non-negative and fewer than the number of seconds in a year.
* If the value returned is negative, it is considered corrupt and will be ignored.
*
* @param action a required NSString pointer that denotes the action name to finish tracking.
* @param block optional block to perform logic and update parameters when this timed event ends, this block can cancel the sending of the hit by returning NO.
* @note This method will send a tracking hit if the parameter logic is nil or returns YES.
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.
6 changes: 6 additions & 0 deletions sdks/iOS/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.16.1 (9 Aug, 2018)
- Analytics – Invalid timed action durations are now ignored
- Visitor ID Service – Fixed a bug that prevented the MID from being generated in an unknown privacy setting
- General – Added support to opt-out of Device Co-Op
- General – Fixed a bug that prevented deeplink URLs with encoded values from being properly handled

4.16.0 (1 June, 2018)
- Visitor ID Service - Added a new API that will return a string containing Visitor ID Service related URL variables
- Audience Manager - On privacy opt-out, a request is now sent to remove the user from all activation and reporting
Expand Down

0 comments on commit ae4f324

Please sign in to comment.