Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 7f35d5f

Browse files
committed
Prepare for 4.4.2 artifact fixes for updateSubscriptions
1 parent 375413a commit 7f35d5f

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

Artifacts/include/Iterable-iOS-SDK/IterableAPI.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ typedef NS_ENUM(NSInteger, PushServicePlatform) {
453453
@param emailListIds Email lists to subscribe to
454454
@param unsubscribedChannelIds List of channels to unsubscribe from
455455
@param unsubscribedMessageTypeIds List of message types to unsubscribe from
456+
457+
@discussion passing in an empty array will clear subscription list, passing in nil will not modify the list
456458
*/
457459
- (void)updateSubscriptions:(nullable NSArray *)emailListIds unsubscribedChannelIds:(nullable NSArray *)unsubscribedChannelIds unsubscribedMessageTypeIds:(nullable NSArray *)unsubscribedMessageTypeIds;
458460

Artifacts/libIterable-iOS-SDK.a

21.1 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [4.4.2](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.2)
19+
#### Fixed
20+
- Fixes outdated artifacts file for `updateSubscriptions` release
21+
1822
## [4.4.1](https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.1)
1923
#### Added
2024
- Added the `updateSubscriptions` function to create to modify channel, list, and message subscription preferences.

IterableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "IterableSDK"
19-
s.version = "4.4.1"
19+
s.version = "4.4.2"
2020
s.summary = "Iterable's official SDK for iOS"
2121

2222
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CocoaPods](https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat)](https://cocoapods.org/pods/IterableSDK)
22
[![License](https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat)](https://opensource.org/licenses/MIT)
3-
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/4.4.1/)
3+
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat)](http://cocoadocs.org/docsets/IterableSDK/4.4.2/)
44

55
# Iterable iOS SDK
66

0 commit comments

Comments
 (0)