Last Updated: Tuesday, April 3, 2018
This is an Android SDK for handling push integration with the Vibes Platform APIs.
The Android repository is available on the Vibes GitHub Repository.
Installing the Android SDK
Click Add Firebase and follow the instructions on the Firebase website. This will include setting up the Google Services plugin and downloading the
google-services.json
into your App folder.Click Add Firebase Cloud Messaging and follow the instructions. This will include adding two services to your app to handle app token refresh and incoming push notifications.
Add the Vibes SDK by doing the following:
Add the following to your project-level
build.gradle
file:maven { url "https://github.com/vibes/android-sdk-repository/releases" }
Add the following to your app-level
build.gradle
file:dependencies { // other dependencies here compile "com.vibes.vibes:vibes:1.+" }
- Sync your project in Android Studio.
Overview
Content Tools