Skip to content

Commit 98256bc

Browse files
authored
Merge pull request #310 from richzw/master
Add microsoft store to readme
2 parents 48eb0f5 + 3bf8402 commit 98256bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go-iap
44
![](https://img.shields.io/badge/golang-1.22+-blue.svg?style=flat)
55
[![unit test](https://github.com/awa/go-iap/actions/workflows/unit_test.yml/badge.svg)](https://github.com/awa/go-iap/actions/workflows/unit_test.yml)
66

7-
>go-iap verifies the purchase receipt via AppStore, GooglePlayStore or Amazon AppStore.
7+
>go-iap verifies the purchase receipt via AppStore, GooglePlayStore, Amazon AppStore, HMS or MicrosoftStore.
88
99
Current API Documents:
1010

@@ -13,6 +13,7 @@ Current API Documents:
1313
* GooglePlay: [![GoDoc](https://godoc.org/github.com/awa/go-iap/playstore?status.svg)](https://godoc.org/github.com/awa/go-iap/playstore)
1414
* Amazon AppStore: [![GoDoc](https://godoc.org/github.com/awa/go-iap/amazon?status.svg)](https://godoc.org/github.com/awa/go-iap/amazon)
1515
* Huawei HMS: [![GoDoc](https://godoc.org/github.com/awa/go-iap/hms?status.svg)](https://godoc.org/github.com/awa/go-iap/hms)
16+
* Microsoft Store: [![GoDoc](https://godoc.org/github.com/awa/go-iap/microsoftstore?status.svg)](https://godoc.org/github.com/awa/go-iap/microsoftstore)
1617

1718

1819
# Installation
@@ -21,6 +22,7 @@ go get github.com/awa/go-iap/appstore
2122
go get github.com/awa/go-iap/playstore
2223
go get github.com/awa/go-iap/amazon
2324
go get github.com/awa/go-iap/hms
25+
go get github.com/awa/go-iap/microsoftstore
2426
```
2527

2628

@@ -231,5 +233,8 @@ This validator uses [Version 2 API](https://developer.huawei.com/consumer/en/doc
231233
### In App Store Server API
232234
This validator uses [Version 1.0+](https://developer.apple.com/documentation/appstoreserverapi)
233235

236+
### In App Purchase (Microsoft Store)
237+
This validator uses [Version 1.0](https://learn.microsoft.com/en-us/windows/uwp/monetize/view-and-grant-products-from-a-services)
238+
234239
# License
235240
go-iap is licensed under the MIT.

0 commit comments

Comments
 (0)