React Native integration

Find the npm package here

Pushologies React Native SDK Integration Guide

There are four stages comprising the integration of the working Pushologies SDK into a React Native project:

  • Stage one is the Firebase configuration and download google.json config file.

  • Stage two is Apple developer console setup and create the APNS key.

  • Stage three is uploading the credentials on Pushologies portal to get the API key and secret.

  • Stage four is integrating the SDK package from NPM with your project.

Prerequisites

Android

  • Minimum Gradle version 7.4
  • Compile SDK version is 33
  • Target SDK level is 33
  • Android Minimum support SDK version is 21

iOS

  • Minimum OS support is iOS 14