ReceiptDecoder

Decode iOS App receipt

Build Statuscodebeat badgeHex.pm

Installation

The package can be installed by adding receipt_decoder to your list of dependencies in mix.exs:

def deps do
[
{:receipt_decoder, "~> 0.4.0"}
]
end

Usage

ReceiptDecoder.decode(BASE64_ENCODED_RECEIPT)
# {:ok, %ReceiptDecoder.AppReceipt{...}}

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

Or see it in action: http://receipt-viewer.linjun.me

Changes

See CHANGELOG.md

Contributing

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

See also