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

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:

search

And then adding the package:

package_manager

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