🕺SDK Setup

It's easy now to connect your mobile application to Qube Analytics

It only takes a few minutes to get started with Qube Analytics.

Overview

Limitations of Installation?

We have some limitations for current this page will announce any changes due to this limitations.

  • We Support Any Android Mobile application

  • Currently we don't support IOS Apps

  • Flutter SDK in beta version this means soon we can support any IOS Apps that use flutter.

  • Flutter or React Native or any cross platform can use SDK by implementing channel SDK built with Native Java Code

Install STK SDK

Now we can follow this steps to install and setup the SDK It's require a developer from your side to complete this setups after installation you can test the installation normally on any beta version from your app then you can release your apps for your users.

Import Lib from Jitpack

allprojects {
    repositories {
        ...
	maven { url 'https://jitpack.io' }
  }
}

Add the dependency

please add this dependencies in your module build.gradle

Basic Setup

Please fill the empty function like

You can find this information in Stack Analytix Dashboard

Last updated