diff --git a/README.md b/README.md index 3b65ce1..5714568 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,18 @@ dependencies { iapConnector.purchase(this, "") ``` +#### Making a subscription + +```kotlin +iapConnector.susbcribe(this, "") +``` + +#### Removing a subscription + +```kotlin +iapConnector.unsubscribe(this, "") +``` + ## Sample App * Add your products to the developer console