Skip to content

utah-KT/amazon_iap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmazonIAP

Amazon IAP receipt verifier.

CircleCI hex.pm version hex.pm

Installation

If you want to use AmazonIAP, edit your mix.exs file and add it as a dependency:

def deps do
  [
    {:amazon_iap, "~> 0.1.0"}
  ]
end

Usage

Configuration

Configure these in your config/config.exs.

key value default
secrets Amazon Developer Shared secrets ---
url_base URL for RVS server http://localhost:8080/RVSSandbox
version RVS operation version (see Amazon RVS doc) 1.0

Configuration examples:

config :amazon_iap,
  secrets: "your secrets",
  url_base: "http://localhost:8080/RVSSandbox",
  version: 1.0

About

Amazon IAP receipt verifier for Elixir.

Resources

License

Stars

Watchers

Forks

Packages

No packages published