j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.3k stars 537 forks source link

Document windows support #258

Closed j3k0 closed 6 years ago

j3k0 commented 9 years ago

Document how to setup on the windows platform (or link to android HOWTO when appropriate).

See README.md doc/windows.md wiki (https://github.com/j3k0/cordova-plugin-purchase/wiki/Setup)

j3k0 commented 9 years ago

@dkarzon I assigned that to you. If you know any good tutorial to link to or build some doc from?

dkarzon commented 9 years ago

@j3k0 Can do! What's the process for updating the plugin on plugins.cordova.io? would be great to get that updated with windows as a supported platform.

j3k0 commented 9 years ago

The documentation shown on plugins.cordova.io is just the README.md file. It'll get updated when we publish the next version. I added some very initial notes about that already.

Once you tested windows support successfully on your use case, we can publish an update already (but clearly saying that windows support is still beta).

rafaellop commented 9 years ago

I can test Windows plugin on Windows X and Windows Phone Universal Platform. At the moment I'm only getting errors like this

MOJ STORE ERROR 6777002: Loading product info failed - WinRTError: Unknown runtime error

I have put the example XML to the www folder of my cordova app under the in-app-purchase.xml filename and added store.inappbilling.setTestMode(true); in my store initialization procedure. I've tried in the store.ready() and outside it.

Rafal

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.