iOS SDK Overview
Add Laudspeaker to your iOS app
Specific Tutorials
Adding Standard Push Notifications
Start Here to send push notifications to your iphone app!
Adding Rich Push Notifications
Support the ability to send push notifications with images, and more!
Tracking Events
Track default, message and custom events to better understand your app!
Installation
To use Laudspeaker in your app you should add our package as a dependency.
You can do so using the swift package manager by searching for laudspeaker-swift-sdk
:
And then adding the package:
Or manually from our repo available here: https://github.com/laudspeaker/laudspeaker-swift-sdk
This package includes our NotificationExtensionService as well which you may use if you want rich push too.
You also need to make sure firebase is installed correctly in your application, and incllude the right GoogleService-Info / Info files in your project