| Requirements | |
|---|---|
| Courier Account |
Sign Up
|
| Minimum iOS SDK Version |
13.0
|
| Package Managers | |
|---|---|
Swift Package Manager
|
✅ |
Cocoapods
|
✅ |
Swift.Package.Manager.Setup.mov
- Open your iOS project and increase the min SDK target to iOS 13.0+
- In your Xcode project, go to File > Add Packages
- Paste the following url in "Search or Enter Package URL"
https://github.com/trycourier/courier-ios
- Open your iOS project and increase the min SDK target to iOS 13.0+
- Update Podfile
platform :ios, '13.0'
..
target 'YOUR_TARGET_NAME' do
..
pod 'Courier_iOS'
..
end- Open terminal in root directory and run
pod install
These are all the available features of the SDK.
| Feature | Description | |
|---|---|---|
| 1 |
Authentication
|
Manages user credentials between app sessions. Required if you would like to use Inbox, Push Notifications and Preferences.
|
| 2 |
Inbox
|
An in-app notification center you can use to notify your users. Comes with a prebuilt UI and also supports fully custom UIs. |
| 3 |
Push Notifications
|
Automatically manages push notification device tokens and gives convenient functions for handling push notification receiving and clicking. |
| 4 |
Preferences
|
Allow users to update which types of notifications they would like to receive. |
| 5 |
CourierClient
|
The base level API wrapper around the Courier endpoints. Useful if you have a highly customized user experience or codebase requirements. |
Several common starter projects using the SDK.
| Project Link | UI Framework | Package Manager | Language |
|---|---|---|---|
Example
|
UIKit |
Swift |
Swift |
We want to make this the best SDK for managing notifications! Have an idea or feedback about our SDKs? Let us know!