Skip to content

Commit b2f2055

Browse files
committed
Merge branch 'master' into MOB-2921-trackpurchase-api
2 parents 7fd8391 + 493e64a commit b2f2055

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 🔹 JIRA Ticket(s) if any
1+
## 🔹 Jira Ticket(s)
22

33
* [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX)
44

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.3.0
6+
#### Added
7+
- **Offline events processing** - This feature saves a local copy of events triggered in your app while the device is offline (up to 1000 events). When a connection is re-established and your app is in the foreground, the events will be sent to Iterable.
8+
This feature is off by default, and we're rolling it out on a customer-by-customer basis. After you start using this version of the SDK, we'll send you a message before we enable the feature on your account (unfortunately, we can't give you an exact timeline for when this will happen). If you have any questions, talk to your Iterable customer success manager.
9+
510
## 6.3.0-beta4
611
#### Changed
712
- This beta is rebuilt from version 6.2.22

Iterable-iOS-AppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-AppExtensions"
33
s.module_name = "IterableAppExtensions"
4-
s.version = "6.3.0-beta4"
4+
s.version = "6.3.0"
55
s.summary = "App Extensions for Iterable SDK"
66

77
s.description = <<-DESC

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-SDK"
33
s.module_name = "IterableSDK"
4-
s.version = "6.3.0-beta4"
4+
s.version = "6.3.0"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ you to create better experiences for—and deeper relationships with—your
1313
customers. Use it to send customized email, SMS, push notification, in-app
1414
message, web push notification campaigns to your customers.
1515

16-
This SDK helps you integrate your iOS apps with Iterable. It supports iOS 9.0+.
16+
This SDK helps you integrate your iOS apps with Iterable.
1717

1818
## Installation
1919

@@ -33,7 +33,6 @@ To learn more about various SDK features, read:
3333
- [Customizing Mobile Inbox on iOS](https://support.iterable.com/hc/articles/360039091471)
3434
- [iOS Universal Links](https://support.iterable.com/hc/articles/360035496511)
3535
- [Deep Links in Push Notifications](https://support.iterable.com/hc/articles/360035453971)
36-
- [Deferred Deep Linking](https://support.iterable.com/hc/articles/360035165872)
3736

3837
## Sample projects
3938

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import UIKit
88
@objcMembers
99
public final class IterableAPI: NSObject {
1010
/// The current SDK version
11-
public static let sdkVersion = "6.3.0-beta4"
11+
public static let sdkVersion = "6.3.0"
1212

1313
/// The email of the logged in user that this IterableAPI is using
1414
public static var email: String? {

0 commit comments

Comments
 (0)