1.0.0
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) anddemo_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 syncSee the README for setup and the API reference.