8000 GitHub - mhemmings/iap-verify: A small CLI tool to verify and get info on individual Apple App Store receipts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mhemmings/iap-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#iap-verify

A small CLI tool to verify and get info on individual Apple App Store receipts, using dogenzaka's go-iap library

##Installation:

go install github.com/mhemmings/iap-verify

##Usage:

iap-verify /path/to/b64receipt

To verify a sandbox receipt:

iap-verify -sandbox /path/to/b64receipt

To verify an autorenewing subscription, you need a shared secret:

iap-verify -secret="sharedsecret" /path/to/b64receipt

##Limitations/Future:

  • iOS only, trivial to support Android and Amazon
  • Receipts have to be saved to a file, trivial to support stdin

About

A small CLI tool to verify and get info on individual Apple App Store receipts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0