You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,13 @@ func main() {
56
56
}
57
57
```
58
58
59
+
- Validate the receipt
60
+
- One option could be to validate the receipt with the App Store server through `GetTransactionInfo` API, and then check the `transactionId` in the response matches the one you are looking for.
61
+
62
+
- Error handling
63
+
- handler error per [apple store server api error](https://developer.apple.com/documentation/appstoreserverapi/error_codes) document
0 commit comments