Mobile Push: Integrate Your App with Altcraft
To send Mobile Push notifications, you need to integrate Altcraft mSDK into your mobile application. mSDK handles push provider connection, subscription token submission, notification display, and delivery/open event registration.
Quick Start
Select your app platform and follow the mSDK integration guide:
- Android — Quick Start — add SDK via Gradle, implement JWT interface, initialize and subscribe to push.
- iOS — Quick Start — add SDK via Swift Package Manager, configure APNs and Firebase, initialize and subscribe.
- Flutter — Quick Start — install the package, register providers natively, initialize via Dart API.
- React Native — Quick Start — install the npm package, configure providers natively, initialize SDK from JavaScript.
Additional Resources
- mSDK Setup — detailed setup instructions for each platform
- Role Token and JWT Token — choosing and configuring an authorization type
- mSDK Features — full list of SDK capabilities
- Deprecated: Manual Push Setup — the old approach with manual subscription management, event registration, and push message structure without mSDK