Laudspeaker currently requires users to also use firebase, you will need to install firebase seperately: https://firebase.google.com/docs/ios/setup , import the library in your project and add their required app delegate methods (example here: https://firebase.google.com/docs/cloud-messaging/ios/receive).
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 forlaudspeaker-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