CocoaPods trunk is moving to be read-only. Read more on the blog, there are 3 months to go.

Notifie 0.1.0-beta.5

Notifie 0.1.0-beta.5

Maintained by Rohith Krishnan.



Notifie 0.1.0-beta.5

  • By
  • Notifie

Notifie

Open-source SDKs for delivering mobile push notifications, plus the contracts and CLI that support them.

Notifie Device works without a Notifie account: you own the credentials, the tokens and the delivery. Notifie Cloud is an optional hosted service that adds identity, durable queues and workflows on top of the same SDKs — adopting it does not require changing SDK.

Packages

Package Description
@notifie/contracts Event, identity, push token and notification wire contracts
@notifie/cli Project setup and integration diagnostics
@notifie/server Server SDK for events and notifications
@notifie/react-native React Native SDK
@notifie/web Browser SDK
Swift iOS/macOS SDK
Android Android SDK
Flutter Flutter SDK

Documentation

Guides live in docs-public and at notifie.dev.

Development

corepack enable
pnpm install --frozen-lockfile
pnpm check

Native SDKs use their own toolchains:

xcrun swift test --package-path sdks/swift
cd sdks/flutter && flutter test

Security

Report vulnerabilities privately. See SECURITY.md. Never commit APNs .p8 keys, Firebase service accounts or google-services.json.

License

Apache-2.0.