0.0.5 • Published 7 months ago

capacitor-purchase-history v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago