in-app-purchase

Not getting mail from apple in app purchase confirmation?

给你一囗甜甜゛ 提交于 2019-12-13 04:23:53
问题 Iam using following code for application and not getting the final confirmation mail from apple after purchase .Please check my application am giving that github link of code please help me. Github link to example file 来源: https://stackoverflow.com/questions/17715154/not-getting-mail-from-apple-in-app-purchase-confirmation

Redeem codes for inapp purchase items [closed]

不想你离开。 提交于 2019-12-13 03:36:52
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Is it possible to generate redeem codes for iAP items? 回答1: It is not possible, and not even permitted, according to the iPhone Developer Program License Agreement, clause 3.3.3: Without Apple's prior written approval or as permitted under Section 3.3.17, an Application may not provide, unlock or enable

Android In app purchases Server Error DF-AA-20

£可爱£侵袭症+ 提交于 2019-12-13 03:34:59
问题 Hope you all are fine. I am trying to add in app purchases in my app.. Using google demo Trivial drive . I configure each and every thing in my play store account.. I don't know why I still am getting error retrieving information for the server. [DF-AA-20] Please anybody know the solution.. Much appreciated.. :) 回答1: As it says in the Testing in-app billing tutorial you need to upload a version of your App to the Play store and publish it (even if only to an Alpha testing track) before you

How to restore Auto Renewable Transaction in iPhone? (In App purchase)

冷暖自知 提交于 2019-12-13 03:11:54
问题 In my application, renewing period is 1 month. Validity Time for Auto-Renewables in Sandbox is 5 minutes. So transcation identifier will keep on changing after each 5 minutes. Initially i will a buy the product. If I am successfull i will get SKPaymentTransaction object it contains all details about transcation like transactionIdentifier, transactionDate, transactionReceipt and transactionState. Till this I understood. If I call restore function, (i.e.restoreCompletedTransactions) I am

Can Purely On-Device In-App Purchase Receipt Validation Be Done With iOS6?

六月ゝ 毕业季﹏ 提交于 2019-12-13 02:09:04
问题 I've been working to validate in-app purchase receipts on an app that I want to run on iOS6 and iOS7. My plan so far has been to: (a) first do purely on-device receipt validation without connecting to an Apple server (like that given in these Apple docs and in the WWDC 2013 session "Using Receipts to Protect Your Digital Sales"), then (b) second do receipt validation on my server. Doing it twice should help, and in the off-chance my server is down, will make things more secure too. I finally

Calling buyNonConsumable method in in_app_purchase plugin for Flutter with sandbox = true and getting sandbox = false when calling queryPastPurchases

末鹿安然 提交于 2019-12-13 00:22:22
问题 I'm testing the in_app_purchase plugin for Flutter (https://github.com/flutter/plugins/tree/master/packages/in_app_purchase). I'm calling the buyNonConsumable method with sandboxTesting = true and applicationUserName = 'test'. But after a successful purchase, when calling the queryPastPurchases, I get different values in QueryPurchaseDetailsResponse.pastPurchases[0].skPaymentTransaction.payment fields... Is it possible that it's causing the issue mentioned here? Flutter Auto-Renewable

InAppPurchase stop receiving the productRequest response after deleting and reinstalling app

半世苍凉 提交于 2019-12-12 23:40:55
问题 EDIT3:SOLVED inAppPurchase doesn't work on jailbreak devices! (at least the sandbox testing) EDIT2: Now I know why the response wasn't getting through: It was a network malfunction on the iPhone. When the network connection is up but not getting through any data the productRequest never gets a response. Meanwhile I'm still getting an invalid product ID. Any help? EDIT: Update: After trying adding new test user accounts and using them (and deleting/reinstalling the app over and over I now get

Soomla IAB error while purchasing in Game on Android

瘦欲@ 提交于 2019-12-12 22:04:46
问题 im using unity 3d to make a simple game just for testing Google services, for Google play games services i use googleplayplugin and for iab the soomla plugin. i think all is configured rightly, i install and start the game on my nexus4 and login successfully . when i try to buy the thing i configured ("correctly"?) the play store popup comes up but there is my problem the popup comes with this message "Error Authentication is required. You must log in with your Google Account". what am i

In-App Purchase: “Restore Purchases” button on user-bound purchase

爷,独闯天下 提交于 2019-12-12 19:51:48
问题 I'm currently implementing In-App Purchases in my Swift app. The product is a non-consumable one which activates a kind of Premium version for the user. Usually, with non-consumable purchases, you have to put a "Restore Purchases" button in your app (mandatory). However, my problem with this is: The app, and therefore the purchase, is user-bound. So every user of the app has to register an account with us. As soon as an user purchases the IAP, the user account gets flagged as Premium

Android in-app purchase for alpha test mode

泪湿孤枕 提交于 2019-12-12 19:40:11
问题 I uploaded APK file to Alpha/Beta test mode. and published it. I activated my in-app purchase id. I created some tester emails. But I can test it. After pressing "buy", app shows a alert 'The item that you were attempting to purchase could not be found'. Please help me out. Thanks. 回答1: Check your in app item ID (SKU), this must be the same as in your developer console. Remove any spaces at the beginning and end. 来源: https://stackoverflow.com/questions/18610528/android-in-app-purchase-for