Skip to content

Release 3.12.0

Compare
Choose a tag to compare
@fhboswell fhboswell released this 16 Nov 23:53
· 20 commits to main since this release
7693e9d

Adding Live Activity Support

Added two public methods

  • enterLiveActivity
  • exitLiveActivity
    These public methods make API calls and associate an activityId with a temporary push token on the OneSignal server

Adding Live Activity Support to the Example project

Users can now start a demo Live Activity from the example project.
Scroll down on the main screen and click "Start Live Activity"

PRs included in this release

OneSignal/OneSignal-iOS-SDK#1150
OneSignal/OneSignal-iOS-SDK#1152