appcues / appcues-ios-sdk

The Appcues iOS SDK
https://www.appcues.com/mobile
MIT License
8 stars 2 forks source link

Add AppcuesNotificationService package #515

Closed mmaatttt closed 6 months ago

mmaatttt commented 6 months ago

Creates the AppcuesNotificationService package and updates the cocoapods example app to have a Notification Service Extension that uses AppcuesNotificationService for rich notifications (ie with image).

Cocoapods build 119 is off of this branch.

As the docs/example shows, usage is quite simple:

// In your Notification Service Extension
import AppcuesNotificationService
class NotificationService: AppcuesNotificationServiceExtension {}

(also sc-60926)

Next

shortcut-integration[bot] commented 6 months ago

This pull request has been linked to Shortcut Story #60935: update CI/CD for notification service extension.