0.0.5 • Published 6 months ago

capacitor-purchase-history v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

capacitor-purchase-history

Purchase history

Install

npm install capacitor-purchase-history
npx cap sync

API

getPurchaseHistory()

getPurchaseHistory() => Promise<{ purchases: Purchase[]; }>

Returns: Promise<{ purchases: Purchase[]; }>


showSubscriptionManager()

showSubscriptionManager() => Promise<void>

Interfaces

Purchase

PropType
productIdstring
transactionIdstring
originalTransactionIdstring
purchaseDatestring
transactionState'purchased' | 'revoked'
0.0.3

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago