{"id":19572356,"url":"https://github.com/linjunpop/receipt_decoder","last_synced_at":"2025-10-17T14:27:02.369Z","repository":{"id":49569311,"uuid":"99753549","full_name":"linjunpop/receipt_decoder","owner":"linjunpop","description":"🔑 Decode iOS App receipt in Elixir","archived":false,"fork":false,"pushed_at":"2024-06-14T22:59:14.000Z","size":145,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T21:11:15.718Z","etag":null,"topics":["decoder","elixir","in-app-purchase","ios","itunes","receipt"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linjunpop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["linjunpop"],"patreon":"linjunpop"}},"created_at":"2017-08-09T01:49:55.000Z","updated_at":"2024-09-10T06:50:28.000Z","dependencies_parsed_at":"2024-11-11T06:27:32.935Z","dependency_job_id":"e8972c50-3bbc-4ff5-943b-3633ecd955a3","html_url":"https://github.com/linjunpop/receipt_decoder","commit_stats":{"total_commits":68,"total_committers":1,"mean_commits":68.0,"dds":0.0,"last_synced_commit":"cf71c6898dfeba38135f05983a4b5fc074e90ab6"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Freceipt_decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Freceipt_decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Freceipt_decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Freceipt_decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linjunpop","download_url":"https://codeload.github.com/linjunpop/receipt_decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251085144,"owners_count":21533821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decoder","elixir","in-app-purchase","ios","itunes","receipt"],"created_at":"2024-11-11T06:26:02.872Z","updated_at":"2025-10-17T14:26:57.320Z","avatar_url":"https://github.com/linjunpop.png","language":"Elixir","funding_links":["https://github.com/sponsors/linjunpop","https://patreon.com/linjunpop"],"categories":[],"sub_categories":[],"readme":"# ReceiptDecoder\n\n![CI](https://github.com/linjunpop/receipt_decoder/actions/workflows/ci.yml/badge.svg)\n[![codebeat badge](https://codebeat.co/badges/55bc18a1-1ea8-4dda-b844-7e534c24fc66)](https://codebeat.co/projects/github-com-linjunpop-receipt_decoder-master)\n[![Hex.pm](https://img.shields.io/hexpm/v/receipt_decoder.svg?maxAge=2592000)](https://hex.pm/packages/receipt_decoder)\n\nThis is a package to decode iOS App receipt.\n\nPlease check [AppStore](https://github.com/linjunpop/app_store) for a package for the new App Store Server API.\n\n## Installation\n\nThe package can be installed by adding `receipt_decoder` to your list\nof dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:receipt_decoder, \"~\u003e 0.7.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\nReceiptDecoder.decode(BASE64_ENCODED_RECEIPT)\n# {:ok, %ReceiptDecoder.AppReceipt{...}}\n```\n\nPlease view the detailed documentation at [https://hexdocs.pm/receipt_decoder](https://hexdocs.pm/receipt_decoder).\n\nOr see it in action: [http://receipt-viewer.linjun.me](http://receipt-viewer.linjun.me)\n\n## Changes\n\nSee [CHANGELOG.md](CHANGELOG.md)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/linjunpop/receipt_decoder.\n\n### Development\n\nRun `$ mix receipt_decoder.compile_asn1` to compile the [ReceiptModule.asn1](./asn1/ReceiptModule.asn1) to Erlang modules in the directory: [src](./src)\n\n## See also\n\n- [ReceiptVerifier](https://github.com/linjunpop/receipt_verifier) - verify the receipt with App Store\n- [AppStore](https://github.com/linjunpop/app_store) - a package for the new App Store Server API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Freceipt_decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinjunpop%2Freceipt_decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Freceipt_decoder/lists"}