Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add microsoft store to readme #310

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go-iap
![](https://img.shields.io/badge/golang-1.22+-blue.svg?style=flat)
[![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)

>go-iap verifies the purchase receipt via AppStore, GooglePlayStore or Amazon AppStore.
>go-iap verifies the purchase receipt via AppStore, GooglePlayStore, Amazon AppStore, HMS or MicrosoftStore.

Current API Documents:

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


# Installation
Expand All @@ -21,6 +22,7 @@ go get github.com/awa/go-iap/appstore
go get github.com/awa/go-iap/playstore
go get github.com/awa/go-iap/amazon
go get github.com/awa/go-iap/hms
go get github.com/awa/go-iap/microsoftstore
```


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

### In App Purchase (Microsoft Store)
This validator uses [Version 1.0](https://learn.microsoft.com/en-us/windows/uwp/monetize/view-and-grant-products-from-a-services)

# License
go-iap is licensed under the MIT.