README.md
# ReceiptVerifier
Verify iOS App receipt with the App Store.
⚠️ Only iOS 7 style app receipt is supported.
[](https://travis-ci.org/linjunpop/receipt_verifier)
[](https://hex.pm/packages/receipt_verifier)
[](https://codebeat.co/projects/github-com-linjunpop-receipt_verifier-master)
[](http://inch-ci.org/github/linjunpop/receipt_verifier)
## Installation
Simply add `receipt_verifier` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:receipt_verifier, "~> 0.12.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```
then run `mix deps.get` and you are ready to go.
## Documentation
Please view the [Online documentation](https://hexdocs.pm/receipt_verifier).