bobbymay / In-App-Purchase

A simple implementation of In-App Purchase.

Repository from Github https://github.combobbymay/In-App-PurchaseRepository from Github https://github.combobbymay/In-App-Purchase

In-App-Purchase

A simple implementation of In-App Purchase:

Declare Instance:
lazy var inAppPurchase = InAppPurchase()
Place this where purchase is made:
inAppPurchase.start(productID: "your_productID")
Restore previous purchase:
inAppPurchase.start(productID: "your_productID", restore: true)

Implement InAppPurchase.swift, and that it!

Requirements:

iOS 9.0 - Swift 3.1

About

A simple implementation of In-App Purchase.


Languages

Language:Swift 100.0%