spencerslickremix / InAppPurchaseManager-EXAMPLE

I have had so many issues getting the OG version to work, I had to share this so others can stop struggling and get to work! Here is a modifed working version of this plugin, which also explains how to use the ApplicationPreferences Phonegap plugin to unlock products in your app!
25 stars 7 forks source link

window.plugins.inAppPurchaseManager.callbackMap.f0.fail #3

Closed MartinGryner closed 12 years ago

MartinGryner commented 12 years ago

Hi,

I can't be the only one struggling with this. My in-app purchase returns the following error message (window.plugins.inAppPurchaseManager.callbackMap.f0.fail) every time when executed. I have everything set up by the book, at least to my knowledge, I even have one item with screenshot and another without. Result is always the same.

I'm completely out of ideas what to do, perhaps someone here can help?

Martin

spencerslickremix commented 12 years ago

Without going into to much detail yet, did u copy my example html code and use that to at test?

Spencer

On Nov 7, 2012, at 9:10 AM, MartinGryner notifications@github.com wrote:

Hi,

I can't be the only one struggling with this. My in-app purchase returns the following error message (window.plugins.inAppPurchaseManager.callbackMap.f0.fail) every time when executed. I have everything set up by the book, at least to my knowledge, I even have one item with screenshot and another without. Result is always the same.

I'm completely out of ideas what to do, perhaps someone here can help?

Martin

— Reply to this email directly or view it on GitHub.

MartinGryner commented 12 years ago

Hi,

Sorry for the late reply. Yes, I tried it with your code and got the same result.

Martin

MartinGryner commented 12 years ago

Looks like the issue was my iPad specific. It worked fine on 2 other iPads I tried it on. Strange..

Anyway, thank you for the awesome plugin!