Skip to content

1.0.0

Choose a tag to compare

@fadi-george fadi-george released this 05 May 21:53
· 31 commits to main since this release
ba68794

Channels: Current

First release of the OneSignal Capacitor plugin.

What's included

  • Full OneSignal SDK surface across the User, Push Subscription, Notifications, In-App Messages, Live Activities, Location, Session, and Debug namespaces
  • TypeScript types shipped alongside the JS in dist/
  • ESM-only module output
  • iOS via CocoaPods or Swift Package Manager
  • Android via the standard Capacitor Gradle plugin path
  • Two demo apps under examples/: demo (SPM) and demo_pods (CocoaPods)

Native SDK pins

  • iOS: OneSignalXCFramework 5.5.0
  • Android: com.onesignal:OneSignal 5.7.7

Requirements

  • Capacitor 7.x
  • iOS 14.0+
  • Android API 23+ (compile SDK 35)

Install

npm install @onesignal/capacitor-plugin
npx cap sync

See the README for setup and the API reference.