/iap

Golang In-App-Purchase Package for Apple iTune and Google Play

Primary LanguageGo

IAP: Golang In-App-Purchase Package for Apple iTune and Google Play

GitHub license GoDoc Build Status

IAP

Install

go get github.com/kkdai/iap

Usage

package main

import (
	"fmt"

	. "github.com/kkdai/iap"
)

func main() {
	//WIP
}

Want to know more detail about Google Play IAP

Refer my blog here

Want to know more detail about Apple iTune IAP

Refer my blog here

Reference (Android Google Play)

Reference (Apple iTune)

License

This package is licensed under MIT license. See LICENSE for details.