Tagged Questions
1
vote
1answer
65 views
When does a Google Play Android subscription actually auto-renew?
On the iOS platform, an auto-renewing in-app subscription renews 24 hours prior to expiry.
What is the equivalent time at which an auto-renewing in-app subscription renews on Android? I have a number ...
0
votes
0answers
145 views
PHP Google Play Subscription API
I am trying to get Google Play API subscription details using PHP and using following url to get purchase data :
...
0
votes
0answers
35 views
Not possible to check Android Subscription status from webserver without manual login?
After thorough research it seems to me that it is currently not possible to check the status for a Google Play Android subscription from my php server on an automated basis (e.g. cronjob or ...
1
vote
2answers
70 views
Is there a way to give an Android in-app subscription to someone for free?
I've seen similar posts from a while back that say that the only way to do this is to have the person actually purchase the subscription, and then I can process a refund. Is there any update on this, ...
1
vote
1answer
449 views
Testing IAP/In-App Purchase Subscriptions with Google Play/Android
I am implementing several Android applications to be launched on Google Play and they all have subscriptions using the Google IAP auto-renewing subscription product type.
To test the app I have done ...
2
votes
0answers
199 views
Error 500 from Google Play Android Developer REST API when getting subscription information
I've followed the complete steps to access the API as described by Google here:
https://developers.google.com/android-publisher/authorization.
I have managed to get a refresh token, and am fetching ...
3
votes
1answer
198 views
Am I getting these steps right for checking a user's in-app billing subscription?
I am making an Android app that sells an in-app monthly subscription. Before I dive into it too much, does this outline of how this should be done seem about right? I am using the Google Play Android ...
0
votes
1answer
64 views
How to securely verify a user's subscription to an Android app?
I know very little about security or servers, but am making an Android app that allows users to purchase an in-app subscription. As recommended, I want to use the Google Play Developer API and store ...
0
votes
1answer
64 views
App Store/Google play In-app purchase Subscription send Email to customers in every renewal period?
I'm developing a mobile app with Apple/google in-app purchase (auto-renewal)subscription services which I wonder if my server needs to send email to notify when approached every renewal period...
...
8
votes
3answers
625 views
Am I getting the steps right for verifying a user's Android in-app subscription?
I am making an app that does not require a user account/login, and allows the user to purchase a subscription. I want to use the Google Play Developer API to verify whether or not a user has a ...
2
votes
1answer
171 views
What do I need from OAuth 2.0 in this simple Android app case?
The Story: I am making an Android app that allows a user to purchase a subscription, and does not require the user to have an account or login. I want to check whether or not a user has purchased a ...
4
votes
1answer
429 views
How to check if a user has a subscription (Android in-app billing)?
I've been trying to use the Google Play Android Developer API but just realized that that might not be what I should be doing:
Your servers should never query subscription status dynamically, ...
1
vote
1answer
1k views
Android IAP Error RESULT_SERVICE_UNAVAILABLE
Strange error that I'm seeing when trying to restore transactions:
06-29 10:04:30.765: I/BillingService(16135): checkResponseCode got responseCode: RESULT_SERVICE_UNAVAILABLE
I've come across ...
1
vote
1answer
718 views
Google play API returns error
i am getting the same issue as described in this post
. we have used almost exactly the same code. i have tried both with Client ID and Email address of the google service account in below mehotd
...
3
votes
2answers
860 views
Testing subscription in Android: item not found
I am trying to test the new subscriptions in Google Play but the service returns "Item not found".
I've used the identifier "android.test.purchased" to test.
With this identifier I can test ...
3
votes
2answers
828 views
Unable to get the subscription information from Google Play Android Developer API
I'trying to use Google APIs Client Library for Java to get information about user's subscriptions purchased in my android app. Here is how I'm doing for now:
HttpTransport HTTP_TRANSPORT = new ...
0
votes
1answer
164 views
Can I charge monthly for an Android app? [closed]
I want to sell a SaaS Android app. Google Play now supports monthly subscriptions using in-app billing, but I would like to sell my whole app on a subscription basis.
I know that I could "sell" the ...