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
**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
+
46
49
### In App Billing (via GooglePlay)
47
50
48
51
```go
@@ -149,6 +152,7 @@ func main() {
149
152
forkey, val:=range claims {
150
153
fmt.Printf("Key: %v, value: %v\n", key, val) // key value of SignedRenewalInfo
0 commit comments