|
3 | 3 | [](https://cocoapods.org/pods/Iterable-iOS-SDK)
|
4 | 4 | [](https://github.com/Carthage/Carthage)
|
5 | 5 |
|
6 |
| -# Table of contents |
| 6 | +# Iterable iOS SDK |
| 7 | + |
| 8 | +The Iterable iOS SDK is a Swift implementation of an iOS client for Iterable, for iOS versions 9.0 and higher. |
7 | 9 |
|
| 10 | +## Table of contents |
| 11 | + |
| 12 | +- [Before starting](#before-starting) |
8 | 13 | - [Installation](#installation)
|
9 |
| -- [Installing with a dependency manager](#installing-with-a-dependency-manager) |
10 | 14 | - [Swift Package Manager](#swift-package-manager)
|
11 | 15 | - [CocoaPods](#cocoapods)
|
12 | 16 | - [Carthage](#carthage)
|
13 | 17 | - [Manual Installation](#manual-installation)
|
| 18 | + - [Beta versions](#beta-versions) |
14 | 19 | - [Migrating from a version prior to 6.1.0](#migrating-from-a-version-prior-to-610)
|
15 | 20 | - [Sample projects](#sample-projects)
|
16 | 21 | - [Configuring the SDK](#configuring-the-sdk)
|
|
26 | 31 | - [License](#license)
|
27 | 32 | - [Want to Contribute?](#want-to-contribute)
|
28 | 33 |
|
29 |
| -# Iterable iOS SDK |
30 |
| - |
31 |
| -The Iterable iOS SDK is a Swift implementation of an iOS client for Iterable, for iOS versions 9.0 and higher. |
32 |
| - |
33 | 34 | ## Before starting
|
34 | 35 |
|
35 | 36 | Before starting with the SDK, you will need to set up Iterable push notifications for your app.
|
@@ -193,7 +194,7 @@ Attached to the release, you will find two framework bundles:
|
193 | 194 |
|
194 | 195 | > ⚠ **IMPORTANT**
|
195 | 196 | > Beta versions of this SDK are subject to Iterable's
|
196 |
| -[Beta Mobile SDK Terms of Service](https://support.iterable.com/hc/articles/360034753412). |
| 197 | +> [Beta Mobile SDK Terms of Service](https://support.iterable.com/hc/articles/360034753412). |
197 | 198 |
|
198 | 199 | To install a beta version of Iterable's iOS SDK, use CocoaPods or Carthage:
|
199 | 200 |
|
@@ -797,11 +798,7 @@ allows users to read them at their convenience. The SDK provides a default user
|
797 | 798 | interface for the inbox, which can be customized to match your brand's styles.
|
798 | 799 |
|
799 | 800 | To learn more about Mobile Inbox, how to customize it, and events related to
|
800 |
| -its usage, read the following documentation on Iterable's support portal: |
801 |
| - |
802 |
| -- [Mobile Inbox](https://support.iterable.com/hc/articles/360034903151) |
803 |
| -- [Setting up Mobile Inbox on iOS](https://support.iterable.com/hc/articles/360039137271) |
804 |
| -- [Customizing Mobile Inbox on iOS](https://support.iterable.com/hc/articles/360039091471) |
| 801 | +its usage, read Iterable's [Mobile Developer Guides](https://support.iterable.com/hc/categories/360002288712). |
805 | 802 |
|
806 | 803 | ### Custom events
|
807 | 804 |
|
@@ -831,11 +828,7 @@ To do this, Iterable sends a silent push notification some time (currently, 12 h
|
831 | 828 |
|
832 | 829 | ## Additional information
|
833 | 830 |
|
834 |
| -For more information, take a look at: |
835 |
| - |
836 |
| -- Iterable's [iOS SDK Release Notes](https://support.iterable.com/hc/articles/360027798391) |
837 |
| -- Iterable's [Setting Up iOS Push Notifications](https://support.iterable.com/hc/articles/115000315806) guide |
838 |
| -- Iterable's [Push Notification Setup FAQs](http://support.iterable.com/hc/articles/206791196) |
| 831 | +For more information, read Iterable's [Mobile Developer Guides](https://support.iterable.com/hc/categories/360002288712). |
839 | 832 |
|
840 | 833 | ## License
|
841 | 834 |
|
|
0 commit comments