iOS
Adding Standard Push Notifications
Send rich push notificaitons to your iOS app
Page still in construction, check the rich tutorial and our sample application for more info!
Integration
To use Laudspeaker you need to import Laudspeaker core, and then initialize with the right endpoint, and api key. You can find your api key in Laudspeakers settings page
Here is an example code snippet:
After that you need to connect:
At this point your app should be able to receive push messages!
Testing
To test, you will need a real device, and access to its firebase device token
Then go to the template page and create a push notification, and follow the same steps (just without an image) as in the rich push tutorial