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

Monthly subscription is charged daily #111

Open
ignaciohita opened this issue Mar 11, 2016 · 2 comments
Open

Monthly subscription is charged daily #111

ignaciohita opened this issue Mar 11, 2016 · 2 comments

Comments

@ignaciohita
Copy link

I have an Android app published in Google Play that contains In-app subscriptions. I have a monthly and yearly subscription, I have configured it in the Developer console this way:

atg-87zbkn3d5jhtrb1fvmrqhpnjdp3ghwjunnwi4crl

The issue is: when the user is going to subscribe, Google Play is displaying the payment gateway on this way:

aukuvuq4gcijzmsgrvqpb5827mf5y0ng8-iwsdb6sdki

Why it is saying they are charging $19.99 daily if the subscription is monthly?

This is the invoice subscribed users are receiving every day:

invoice

In my code, I am not defining anything related to the price, is this way:

inappbilling.subscribe(function (data) {
    $rootScope.logThis("inappbilling plugin - subscribe: " + JSON.stringify(data), "info", "inappbilling", "subscribe");
    subscriptionDone(data);
}, function (errorInfo) {
    $rootScope.logThis("inappbilling plugin ERROR - subscribe: " + JSON.stringify(errorInfo), "error", "inappbilling", "subscribe");
    subscriptionError(errorInfo);
}, subscriptionType.productId);

I'm only specifying the subscription id that is correct. How can I set payment to monhtly instead of daily?

Thanks!

@ignaciohita
Copy link
Author

For anyone arriving here looking for a solution, I finally find the reason by myself: if you are a tester and your account is in the list of accounts that can get subscriptions by free, then the subscription is not charged and it will be daily. But even if you have the production version!

Google is not documenting this and is not answering in support (many many thanks Google, you wasted a lot of my time).

@calebeaires
Copy link

Same here, very thanks for your help!
👍

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

2 participants