Getting Started
Get up and running with Pushlink in 6 small steps
1 Create an Account to obtain an API Key
2 Import Pushlink in your Android Project
Option #1: Gradle
...
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
...//project/app/build.gradle
dependencies {
implementation 'com.pushlink:pushlink-android:5.6.0'
...
}Option #2: Maven
Option #3: Download JAR File
3 Set up permissions in your AndroidManifest.xml
4 Call PushLink.start() in the Main UI Thread
PushLink.start() in the Main UI Thread5 Build the APK and upload it to Pushlink
6 Enroll your devices (Install & run)
Option #1: From the terminal
Option #2: From the device itself

Final words
Last updated