Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.6.tar.gz | 2023-03-10 | 50.6 kB | |
1.3.6.zip | 2023-03-10 | 98.8 kB | |
README.md | 2023-03-10 | 301 Bytes | |
Totals: 3 Items | 149.7 kB | 0 |
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
})
}