receipt_decoder v0.1.0 ReceiptDecoder

Link to this section Summary

Functions

Decode iOS App receipt

Link to this section Functions

Link to this function decode(base64_receipt)
decode(String.t) :: {:ok, map} | {:error, any}

Decode iOS App receipt

Example

iex> ReceiptDecoder.decode(BASE64_ENCODED_RECEIPT)
%{application_version: "1241", ...}
````