6 Commits

Author SHA1 Message Date
davidshimjs
77480d70c6 Fixed compatibility with phonegap 2.7.0
- Changed interface 'Phonegap.exec' to 'cordova.exec'
- Use paymentWithProduct instead of paymentWithProductIndentifier
because It was deprecated in iOS 5.0
- Changed interface of requestProductData parameters
- Add prefix in NSLog
2013-05-07 15:31:21 +09:00
poiuytrez
a6fb89228c callback bug fixed 2012-03-20 14:37:15 +01:00
Tim Fischbach
bc093af937 Add callback handlers for restoreCompletedTransactions of ios in app purchase.
After restoring completed transactions, the payment queue observer is
notified by a call to either
paymentQueue:restoreCompletedTransactionsFailedWithError: or
paymentQueueRestoreCompletedTransactionsFinished:.  This patch
delegates calls to these methods to callback functions on the
plugins.inAppPurchaseManager.
2011-10-24 18:17:22 +02:00
Tim Fischbach
29785c54f3 Let iOS InAppPurchaseManager request product data for multiple productIds in single request.
Adds a requestProductsData method to the InAppPurchaseManager which
takes an array of productIds and invokes a single callback with the
results of the SKProductsRequest.
2011-07-08 13:07:29 +02:00
Valentin Zwick
37c322d766 It really shouldn't be overwriting another plugin's callbackMap … 2011-06-24 11:23:40 -07:00
ascorbic
d3b4a0ac86 Add InAppPurchaseManager plugin 2011-02-23 15:10:01 +00:00