Skip to content

✅ Verify iOS App receipt with the App Store

License

Notifications You must be signed in to change notification settings

linjunpop/receipt_verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReceiptVerifier

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add receipt_verifier to your list of dependencies in mix.exs:

    def deps do [{:receipt_verifier, "~> 0.0.1"}] end

  2. Ensure receipt_verifier is started before your application:

    def application do [applications: [:receipt_verifier]] end