I have an app with an auto-renwable item in the inApp-Purchase. Let\'s say, with an period of 7 days.开发者_JAVA百科
I am working with In App Purchase wi开发者_开发知识库th server model. All documents describe In Ap purchase is device oriented means register user can not use other device for extend his subscription.
Is restoreCompletedTra开发者_开发百科nsactions broken in SDK 4.3 ? I am trying to restore my auto-renewable subscription. It is not resulting in callback to updatedTransactions. Here is my code.
Can somebody please explain me why Android\'s sample application stores data in the database only in onRestoreTransactionsResponse and not in onRequestPurchaseResponse?
I successfully verify in-app purchases from the apple store, and then my app downloads the content from my server. The problem is if a user sniffs the outgoing url request, they will have access to al
I have an app I\'m developing which relies开发者_如何学JAVA heavily on users being able to purchase content which will be downloaded from a server. As the app nears completion I\'m becoming more conce
How my in-app product ID should look like? If my applic开发者_如何学JAVAation ID looks like com.example.test, then can I define product ID just as item? Or should it be com.example.test.item?Ok, I\'ve
I have a Android application which provides in-app billing and we have our application server to which android application connects to provide services to the user, on in-app purchase we want to push
开发者_如何学Python As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likel
I have an app that uses non-consumable in-app purchases to provide content to the user. These purchases work fantastically when I run from Xcode (via sandbox) or via ad-hoc builds (for some reason, a