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

Problem with alpha test #95

Open
Andrea2985 opened this issue Mar 18, 2015 · 0 comments
Open

Problem with alpha test #95

Andrea2985 opened this issue Mar 18, 2015 · 0 comments

Comments

@Andrea2985
Copy link

I've followed step to step the guide to automatic install the plugin, I've phonegap 4.2.0, I've insert gap:plugin parameter

in my config.xml, and this is my code:

[<script type="text/javascript" src="js/inappbilling.js"></script>

<script type="text/javascript" charset="utf-8"> document.addEventListener('onpageshow', onPageShow, false); function onPageShow() { ``` function successHandler (result) { var strResult = ""; if(typeof result === 'object') { strResult = JSON.stringify(result); } else { strResult = result; } alert("SUCCESS: \r\n"+strResult ); } function errorHandler (error) { alert("ERROR: \r\n"+error ); } inappbilling.init(successInit,errorCallback, {showLog:true}) function successInit(result) { // display the extracted text alert(result); // make the purchase inappbilling.getAvailableProducts(successHandler, errorHandler); } function errorCallback(error) { alert(error); } ``` } </script>]

I've upload the apk into developer console like test alpha and published, I've added my second gmail account with testing access, but when I install the apk in release mode on my device, the app doesn't retrive my active prudct.

Can you help me please?

Thanks

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

No branches or pull requests

1 participant