Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Iterable/swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://github.com/Iterable/swift-sdk
deep-links inbox-customization ios ios-swift notifications sdk swift
Last synced: 3 months ago
JSON representation
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
- Host: GitHub
- URL: https://github.com/Iterable/swift-sdk
- Owner: Iterable
- License: mit
- Created: 2018-06-12T00:09:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T21:53:05.000Z (7 months ago)
- Last Synced: 2024-04-20T17:44:34.601Z (7 months ago)
- Topics: deep-links, inbox-customization, ios, ios-swift, notifications, sdk, swift
- Language: Swift
- Homepage: https://iterable.com/
- Size: 10.4 MB
- Stars: 82
- Watchers: 29
- Forks: 63
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Iterable logo](https://raw.githubusercontent.com/Iterable/swift-sdk/master/images/Iterable-Logo.png "Iterable Logo")
[![License](https://img.shields.io/github/license/Iterable/swift-sdk)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.com/Iterable/swift-sdk.svg?branch=master)](https://travis-ci.com/Iterable/swift-sdk)
[![codecov](https://codecov.io/gh/Iterable/swift-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/Iterable/swift-sdk)
[![pod](https://img.shields.io/cocoapods/v/Iterable-iOS-SDK)](https://cocoapods.org/pods/Iterable-iOS-SDK)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)# Iterable's iOS SDK
[Iterable](https://www.iterable.com) is a growth marketing platform that helps
you to create better experiences for—and deeper relationships with—your
customers. Use it to send customized email, SMS, push notification, in-app
message, web push notification campaigns to your customers.This SDK helps you integrate your iOS apps with Iterable.
## Supported iOS versions
Iterable's iOS SDK supports iOS 10 and higher.
## Installation
For installation instructions, read [Iterable's iOS SDK](https://support.iterable.com/hc/articles/360035018152).
## Features
To learn more about various SDK features, read:
- [Identifying the User](https://support.iterable.com/hc/articles/360035402531)
- [Updating User Profiles](https://support.iterable.com/hc/articles/360035402611)
- [Tracking Events](https://support.iterable.com/hc/articles/360035395671)
- [Setting up iOS Push Notifications](https://support.iterable.com/hc/articles/115000315806)
- [Advanced iOS Push Notifications](https://support.iterable.com/hc/articles/360035451931)
- [In-App Messages on iOS](https://support.iterable.com/hc/articles/360035536791)
- [Setting up Mobile Inbox on iOS](https://support.iterable.com/hc/articles/360039137271)
- [Customizing Mobile Inbox on iOS](https://support.iterable.com/hc/articles/360039091471)
- [iOS Universal Links](https://support.iterable.com/hc/articles/360035496511)
- [Deep Links in Push Notifications](https://support.iterable.com/hc/articles/360035453971)
- [Embedded Messages with Iterable's iOS SDK](https://support.iterable.com/hc/articles/23061840746900)## Sample projects
For sample code, take a look at the following projects:
- [Swift](https://github.com/Iterable/swift-sdk/blob/master/sample-apps/swift-sample-app)
- [Objective-C](https://github.com/Iterable/swift-sdk/blob/master/sample-apps/objc-sample-app)
- [Inbox Customization](https://github.com/Iterable/swift-sdk/tree/master/sample-apps/inbox-customization)## Release notes, support and troubleshooting
Release notes:
- [Release Notes - Iterable's iOS SDK](https://support.iterable.com/hc/articles/360027798391) -
Release notes for significant updates to the SDK. Also, information about
deprecation dates and support windows.
- [GitHub — Releases](https://github.com/Iterable/swift-sdk/releases) -
This repository's **Releases** page. Release notes for all versions of the SDK.Support policies:
- Iterable's [SDK Support Policy](https://support.iterable.com/hc/articles/360046136171)
- Iterable's [Beta SDK Disclaimer](https://support.iterable.com/hc/articles/360034753412)Troubleshooting:
- [Testing and Troubleshooting Iterable's Mobile SDKs](https://support.iterable.com/hc/articles/360035392251)
- [Frequently Asked Questions](https://support.iterable.com/hc/articles/360035624191)
for mobile developers integrating with IterableQuestions? Talk to your customer success manager.
## License
This SDK is released under the MIT License. For more information, see [LICENSE](LICENSE.md).
## Want to contribute?
This library is open source, and we will look at issue reports and pull requests.
See [CONTRIBUTING](CONTRIBUTING.md) for more information.