Button is the partnerships platform for mobile commerce. Button powers mobile partnerships that are faster, simpler, and perform better.
Button Purchase Path takes regular Merchant URLs to products, categories or just the homepage and replaces them with a fully attributed Button Purchase Path, optimized for both conversion and user experience.
We highly recommend that you use our SDK with Gradle, all you need to do is make sure you have mavenCentral()
as one of your app's repositories.
repositories {
mavenCentral()
}
dependencies {
// Replace 6+ with the latest SDK version found above
implementation 'com.usebutton:android-sdk:6+'
}
- Get an Application ID by signing up on the developer dashboard.
- Follow the getting started guide for Publishers or Brands.
Check out out the full SDK documentation or drop us a line at [email protected].