Demo app showing how to work with push notifications

Installing

The Unblu SDK is added via Swift PM.

  1. "pod install" in the directory to add the Firebase frameworks.
  2. Add GoogleService-Info.plist.
  3. Change package identifier in Xcode.
  4. Set the server URL and server key in AppDelegate.swift.

Notification Service extension

The application contains an example implementation of notfication service extensions.

For additinal information about , refer to Notification service extension.

Procedure for processing push notifications