appstore-billing-compatibility
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.amazon.device</groupId> <artifactId>appstore-billing-compatibility</artifactId> <version>4.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.amazon.device</groupId> <artifactId>appstore-billing-compatibility</artifactId> <version>4.2.0</version> <name>appstore-billing-compatibility-sdk</name> <description>If you have an existing Android app that is integrated with the Google Play Billing Library, you can use the Appstore Billing Compatibility SDK to port your app to the Amazon Appstore with minimal changes. The SDK supports consumable, entitlement, and subscription in-app purchases (IAP). The Appstore Billing Compatibility SDK is compatible with the Google Play Billing Library version 4.0, 5.0, 6.0, and 7.0.</description> <url>https://developer.amazon.com/docs/in-app-purchasing/appstore-billing-compatibility.html</url> <developers> <developer> <id>amazon-appstore</id> <name>Amazon Appstore</name> <email>amazon-appstore-sdk@amazon.com</email> </developer> </developers> <dependencies> </dependencies> <licenses> <license> <name>Program Materials License</name> <url>https://developer.amazon.com/support/legal/pml</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://developer.amazon.com/docs/appstore-sdk/integrate-appstore-sdk.html</url> </scm> </project>