Skip to content

✅ Verify iOS App receipt with the App Store

License

Notifications You must be signed in to change notification settings

sizigi/receipt_verifier

 
 

Repository files navigation

ReceiptVerifier

Verify iOS App receipt with the App Store.

⚠️ Only iOS 7 style app receipt is supported.

Build Status Hex.pm codebeat badge Inline docs

Installation

Simply add receipt_verifier to your list of dependencies in mix.exs:

def deps do
  [
    {:receipt_verifier, "~> 0.13"},
    {:jason, "~> 1.0"}
  ]
end

then run mix deps.get and you are ready to go.

Usage

ReceiptVerifier.verify(BASE64_ENCODED_RECEIPT_DATA, env: :production)
# {:ok, %ReceiptVerifier.ResponseData{...}}

Please view the detailed documentation at https://hexdocs.pm/receipt_verifier.

Changes

See CHANGELOG.md

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/linjunpop/receipt_verifier.

See also

About

✅ Verify iOS App receipt with the App Store

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%