App Push Setup
Prerequisites
Before you can actually send out notifications, you will have to connect your mobile app with iZooto. We require the following:
- Firebase Credentials for Android
- APNS .p8 Token OR APNS .p12 Certificate - for iOS
Choose Your Framework
View implementation instructions for the framework on which your app is built
Framework | Description |
---|---|
Native Android | Native JAVA code used to create the app Integration guide |
Native iOS | Native SWIFT / Objective-C code used to create the app Integration Guide |
Flutter | Used to build beautiful apps with great UI elements. Integration guide |
React Native | Combine the best parts of Native with React development Integration Guide |
Every framework has the ability to execute native JAVA code and implement it.
We support all frameworks and have documented integration steps for the above.
Updated about 1 month ago