Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt authored Apr 16, 2021
1 parent abd852b commit 40c1892
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ dependencies {
iapConnector.purchase(this, "<sku>")
```

#### Making a subscription

```kotlin
iapConnector.susbcribe(this, "<sku>")
```

#### Removing a subscription

```kotlin
iapConnector.unsubscribe(this, "<sku>")
```

## Sample App

* Add your products to the developer console
Expand Down

0 comments on commit 40c1892

Please sign in to comment.