Applivery provides iOS and Android SDKs that bring awesome features that will help you to improve the quality of the Apps and ensure up-to-date deployments.
Our lightweight SDK is compatible with the most common native and hybrid development languages and it’s quite easy to integrate with just a couple of lines of code:
iOS SDK
Android SDK
import Applivery
let applivery = Applivery.shared
applivery.start(token: appToken, tenant: "YOUR_TENANT")
implementation 'com.applivery:applivery-android-sdk:3.5.1
Applivery.init(this, BuildConfig.APPLIVERY_APP_TOKEN, "tenant")
Below you will find a summary of the most important features it provides:
In-App Automatic Updates #
Make sure users are in the right version of your App. Our one-click app install and update process makes it easy.
Forced Updates #
Maintain your deployments up to date by forcing all users using an old version of your App to update to the newest one.
Feedback & Bug reporting #
Sending feedback or reporting a bug is as easy as taking a screenshot. Valuable device information and feedback notes will be attached as well.
Authentication and User Binding #
Use Applivery’s authentication or bind your users with Applivery to get insights into adoption and reporting, and enable access control to your Apps.
Note
Please note that Applivery’s SDK will just provide updates based on the last build available in the App and the matching bundle id/package name, ignoring all other filters and audiences, since it is unrelated to the source of the download and therefore the original publication from where it has been downloaded the build can not be identified.
If you are looking for feature/flavor build updates, we recommend creating a different app per feature/flavor with just one publication per app, avoid therefore using group filters.
If you are looking for feature/flavor build updates, we recommend creating a different app per feature/flavor with just one publication per app, avoid therefore using group filters.