[MOD-2494] ti.inappbilling: Add support for getPurchases and getPurchaseHistory
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | InAppBilling |
| Labels | android, inappbilling |
| Reporter | Thijs |
| Assignee | Shak Hossain |
| Created | 2019-02-14T16:00:20.000+0000 |
| Updated | 2019-04-09T09:42:54.000+0000 |
Description
It would also be great if it could be updated and incorporate a few of the new available methods like getPurchases or getPurchaseHistory - see https://developer.android.com/google/play/billing/billing_reference#getPurchases
OK. the mentioned new methods are part of https://github.com/AppWerft/ti.inappbilling/blob/stable/android/src/com/android/vending/billing/IInAppBillingService.aidl since 2012. I forked and my plan was/is to extend with this two methods. But I wonder why the module is "frozen". Is there a reason?