diff --git a/Artifacts/include/Iterable-iOS-SDK/IterableAPI.h b/Artifacts/include/Iterable-iOS-SDK/IterableAPI.h index e8e825a..caf4b11 100644 --- a/Artifacts/include/Iterable-iOS-SDK/IterableAPI.h +++ b/Artifacts/include/Iterable-iOS-SDK/IterableAPI.h @@ -453,6 +453,8 @@ typedef NS_ENUM(NSInteger, PushServicePlatform) { @param emailListIds Email lists to subscribe to @param unsubscribedChannelIds List of channels to unsubscribe from @param unsubscribedMessageTypeIds List of message types to unsubscribe from + + @discussion passing in an empty array will clear subscription list, passing in nil will not modify the list */ - (void)updateSubscriptions:(nullable NSArray *)emailListIds unsubscribedChannelIds:(nullable NSArray *)unsubscribedChannelIds unsubscribedMessageTypeIds:(nullable NSArray *)unsubscribedMessageTypeIds; diff --git a/Artifacts/libIterable-iOS-SDK.a b/Artifacts/libIterable-iOS-SDK.a index bf6e26d..d842d39 100644 Binary files a/Artifacts/libIterable-iOS-SDK.a and b/Artifacts/libIterable-iOS-SDK.a differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 191b3e4..0265acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - nothing yet +## [4.4.2](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.2) +#### Fixed +- Fixes outdated artifacts file for `updateSubscriptions` release + ## [4.4.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.1) #### Added - Added the `updateSubscriptions` function to create to modify channel, list, and message subscription preferences. diff --git a/IterableSDK.podspec b/IterableSDK.podspec index 705e038..f6d2ac7 100644 --- a/IterableSDK.podspec +++ b/IterableSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "IterableSDK" - s.version = "4.4.1" + s.version = "4.4.2" s.summary = "Iterable's official SDK for iOS" s.description = <<-DESC diff --git a/README.md b/README.md index b7f342a..56cb805 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CocoaPods](https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat)](https://cocoapods.org/pods/IterableSDK) [![License](https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat)](https://opensource.org/licenses/MIT) -[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/4.4.1/) +[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/4.4.2/) # Iterable iOS SDK