Skip to content

Commit accbb93

Browse files
authored
Merge pull request #219 from richzw/master
docs(readme): add app store server api information to readme
2 parents 18677a0 + 35ae5d3 commit accbb93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go-iap
99
Current API Documents:
1010

1111
* AppStore: [![GoDoc](https://godoc.org/github.com/awa/go-iap/appstore?status.svg)](https://godoc.org/github.com/awa/go-iap/appstore)
12+
* AppStore Server API: [![GoDoc](https://godoc.org/github.com/awa/go-iap/appstore?status.svg)](https://godoc.org/github.com/awa/go-iap/appstore/api)
1213
* GooglePlay: [![GoDoc](https://godoc.org/github.com/awa/go-iap/playstore?status.svg)](https://godoc.org/github.com/awa/go-iap/playstore)
1314
* Amazon AppStore: [![GoDoc](https://godoc.org/github.com/awa/go-iap/amazon?status.svg)](https://godoc.org/github.com/awa/go-iap/amazon)
1415
* Huawei HMS: [![GoDoc](https://godoc.org/github.com/awa/go-iap/hms?status.svg)](https://godoc.org/github.com/awa/go-iap/hms)
@@ -43,6 +44,8 @@ func main() {
4344
}
4445
```
4546

47+
**Note**: The [verifyReceipt](https://developer.apple.com/documentation/appstorereceipts/verifyreceipt) API has been deprecated as of `5 Jun 2023`. Please use [App Store Server API](#in-app-store-server-api) instead.
48+
4649
### In App Billing (via GooglePlay)
4750

4851
```go
@@ -149,6 +152,7 @@ func main() {
149152
for key, val := range claims {
150153
fmt.Printf("Key: %v, value: %v\n", key, val) // key value of SignedRenewalInfo
151154
}
155+
}
152156
```
153157

154158
# ToDo

0 commit comments

Comments
 (0)