Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

1.3.6

Compare
Choose a tag to compare
@lgarbo lgarbo released this 10 Mar 15:50
· 6 commits to master since this release

Added API to get purchase history

Glassfy.purchaseHistory { history, err in
    history?.all.forEach({ p in
//                p.type
//                p.productId
//                p.skuId
//                p.store
//                p.expireDate
    })
}