How to get data of already purchase subscription [closed] - android

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
**I have implement in app purchase in to my app and I want to get details of already purchase subscription's sku data and currant status.
with this data I want to use for proration and cancel
is there any way to find this**

Related

Should I use AsyncTask to retrieve user information? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I have an app where there is a login page, and after logging in there is an activity where it shows the Username, a profile picture, and some other strings related to the user, that I get from a firebase database. Should the process of downloading that information be done using AsyncTask?
No. If you use firebase SDK they delegate job to background thread, so AsyncTask is not necessary.

Stripe one time payment plan [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I created a stripe subscription plan for one day and my customer automatically charged each day but I don't want to charge and subscribe that plan again automatically.I want to end subscription after one day(when plan period ends).
Is there any way or parameter on subscription creation time to tell the stripe that don't charge customer again when plan period ends?

in-app billing v3 unity onActivityResult [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Please tell me how to call onActivityResult from Unity.
I want to get the purchase results in Unity.
You do not need to call onActivityResult form unity. if your purchase is successful you need to send unity message like this one
UnityPlayer.UnitySendMessage("UnityGameObjectName", "MethodToHandlePurchaseOnSuccess", stringToSend);
simillarly you can send messages to unity if your purchase is failed
UnityPlayer.UnitySendMessage("UnityGameObjectName", "MethodToHandlePurchaseOnFail", stringToSend);

How to retrieve application details from play store [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to retrieve application details like category, price, ratings etc information and display in my list view. How can I get these details of an app? or Is there any way to retrieve all these info of an app depending on package name programmability
Don't think that Google has officially API for that.
But you can try this.
Or you can write your own parser of html page.

Way to detect if the user has really downloaded my app from Google Play? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is there a way to prevent an app from being executed by those users who have received it not through buying from google market? By 'way', I mean any 'approach' you can think of.
In case you're developing a paid app, you can use the available Purchase Status API for verifying the user's purchase status.

Categories

Resources