Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone Keychain Plugin Cordova 1.5 update #71

Closed
wants to merge 285 commits into from
Closed

iPhone Keychain Plugin Cordova 1.5 update #71

wants to merge 285 commits into from

Conversation

alexchee
Copy link

No description provided.

macdonst and others added 30 commits October 24, 2011 08:16
…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.
new version of BarcodeScanner for iPhone
The reference to GetFunctionName was causing this to fail for me.
Add callback handlers for restoreCompletedTransactions of ios IAP
fix typo in paymentQueue:restoreCompletedTransactionsFailedWithError:
Here's the code updated to remove binaries and add licensing/readme
- Now uses documented way to target specific services
- Added shareToMail and shareToTwitter
Removing intent filter of MAIN so two BarcodeScanner icons don't show up
Adding support for YouTube url's
…oductsData's callback.

Calls to requestProductsData currently fails for
the following two conditions:

1. Title or description contains single quotes
2. Invalid product IDs are returned.

Here's an example JavaScript statement generated:

    window.plugins.inAppPurchaseManager.callbackMap.b0([{
        id: 'com.acme.product.1',
        title: 'Acme's #1 Product',
        description: 'Acme's #1 Product Description.',
        price: '$4.99'
    }, ], [com.acme.product.5, com.acme.product.2, com.acme.product.4, com.acme.product.3]);

Note the single quote in the title and description
(they are not properly escaped). Also, look at the invalid product IDs returned -- they are not quoted.
Issue #213: Barcode Scanner / Android: ADT 14: Non-Constant Expressions:
Fix iOS's inAppPurchaseManager's callback serialization errors.
devgeeks and others added 28 commits March 8, 2012 17:29
Converted the iPhone Badge plugin to Cordova
Additional input type for messagebox plugin.
Cordova support for Android ChildBrowser
@purplecabbage
Copy link
Owner

Please update and resubmit. This may have been merged via the phonegap fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.