Registry / auth / awa-go-iap

awa-go-iap

JSON →
library1.52.0gogounverified

A Go library for verifying in-app purchase receipts from Apple and Google.

go get github.com/awa/go-iap
INSTALL
IMPORT
SIG · AWA-GO-IAP
A
awa-go-iap
authgov1.52.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

iap
github.com/awa/go-iap

Verify an Apple App Store receipt

package main import ( "fmt" "github.com/awa/go-iap/appstore" ) func main() { client := appstore.New() receipt, err := client.Verify("receipt-data", nil) if err != nil { fmt.Println(err) } fmt.Println(receipt) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.52.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
awa-go-iap — go get awa-go-iap · libregistry