Skip to content

Commit fbd7145

Browse files
author
Brad Umbaugh
authored
Merge pull request #266 from Iterable/brad/inbox-readme-cleanup
Inbox README ToC and link fixes
2 parents 0bef18c + 464ee58 commit fbd7145

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
[![pod](https://badge.fury.io/co/Iterable-iOS-SDK.svg)](https://cocoapods.org/pods/Iterable-iOS-SDK)
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
55

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.
79

10+
## Table of contents
11+
12+
- [Before starting](#before-starting)
813
- [Installation](#installation)
9-
- [Installing with a dependency manager](#installing-with-a-dependency-manager)
1014
- [Swift Package Manager](#swift-package-manager)
1115
- [CocoaPods](#cocoapods)
1216
- [Carthage](#carthage)
1317
- [Manual Installation](#manual-installation)
18+
- [Beta versions](#beta-versions)
1419
- [Migrating from a version prior to 6.1.0](#migrating-from-a-version-prior-to-610)
1520
- [Sample projects](#sample-projects)
1621
- [Configuring the SDK](#configuring-the-sdk)
@@ -26,10 +31,6 @@
2631
- [License](#license)
2732
- [Want to Contribute?](#want-to-contribute)
2833

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-
3334
## Before starting
3435

3536
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:
193194
194195
> ⚠ **IMPORTANT**
195196
> 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).
197198
198199
To install a beta version of Iterable's iOS SDK, use CocoaPods or Carthage:
199200
@@ -797,11 +798,7 @@ allows users to read them at their convenience. The SDK provides a default user
797798
interface for the inbox, which can be customized to match your brand's styles.
798799

799800
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).
805802

806803
### Custom events
807804

@@ -831,11 +828,7 @@ To do this, Iterable sends a silent push notification some time (currently, 12 h
831828
832829
## Additional information
833830

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).
839832

840833
## License
841834

0 commit comments

Comments
 (0)