in-app-purchase

How do i integrate Touch ID for my IAP?

限于喜欢 提交于 2019-12-22 18:29:13
问题 I have the following code for my IAP, which works successfully, but doesn't support those who want to purchase with Touch ID. What do I need to add to my removeAdsButton method to support this? If I don't add anything to support Touch ID, will the transaction still process successfully? - (void)removeAdsButton { if([SKPaymentQueue canMakePayments]){ SKProductsRequest *productsRequest = [[SKProductsRequest alloc] initWithProductIdentifiers:[NSSet setWithObject:kRemoveAdsProductIdentifier]];

How do i integrate Touch ID for my IAP?

旧巷老猫 提交于 2019-12-22 18:28:38
问题 I have the following code for my IAP, which works successfully, but doesn't support those who want to purchase with Touch ID. What do I need to add to my removeAdsButton method to support this? If I don't add anything to support Touch ID, will the transaction still process successfully? - (void)removeAdsButton { if([SKPaymentQueue canMakePayments]){ SKProductsRequest *productsRequest = [[SKProductsRequest alloc] initWithProductIdentifiers:[NSSet setWithObject:kRemoveAdsProductIdentifier]];

Android cannot bind to service (In App-Billing)

时间秒杀一切 提交于 2019-12-22 18:24:31
问题 I'm trying to implement in app-billing in my application, but I have a little problem with it. I'm using the example from android developer's site and everytime I start the activity which will connect to the billing service it's showing me a dialog that I cannot connect to server and when I press learn more it's going to a web page which is explaining me to update my android market app, but it's already the latest one. And the other thing, before implementing the code on my application I

getSkuDetails() returns 0 items returns empty array DETAILS_LIST

一世执手 提交于 2019-12-22 16:28:13
问题 I am building the "inapp" billing system in my application. After i execute skuDetails = mService.getSkuDetails(3, "my_app_package_name", "inapp", bundle); ArrayList<String> responseList = skuDetails.getStringArrayList("DETAILS_LIST"); I always get responseList.size() equal to 0, even if i have set 2 items in "in-app products" in the developer console, and i am passing them to: ArrayList<String> skuList = new ArrayList<String> (); skuList.add("first_id"); skuList.add("second_id"); Bundle

What is this vendorID error message associated with “Cannot Connect to iTunes” for in-app purchase?

て烟熏妆下的殇ゞ 提交于 2019-12-22 13:55:27
问题 Here's a mysterious error message: LaunchServices: failed to get vendorID I'm guessing it's some Apple server that is down right now, and will be back online, sometime soon. Background: My iOS app has no in-app purchases previously approved, so this is still the stage where a new version of the app must be submitted along with a new in-app purchase product. There are three test users configured in iTunes Connect. Testing before today has been successful with buying test products, and

In PHP, how do I add 3 months to the purchase date retrieved from the iPhone InApp receipt?

冷暖自知 提交于 2019-12-22 13:34:25
问题 After I have validated the receipt against the App Store from my PHP server, the App Store sends me back a JSON response with "status" : 0 "receipt" : ( .... ) One of the receipt items is "purchase_date" which contains the following string (example) "2010-02-09 19:17:04 Etc/GMT" I'm trying to establish a subscription service and would like to add 3 months to this date and then write that expiry date into a MySQL table. Is there a string-to-date type function in PHP that can allow me to

Did Firebase start reporting in_app_purchase for subscriptions recently?

风流意气都作罢 提交于 2019-12-22 11:24:09
问题 My Android app has integrated Firebase SDK Firebase is linked to Google Play I'm using subscriptions only In the past there weren't any " in_app_purchase " events automatically reported (comparing to one-time products) I do not report " in_app_purchase " manually from the client or server. But I've got "in_app_purchase" recently with " subscription " (=1) parameter. https://support.google.com/firebase/answer/7061705?hl=en lists next parameters: product_id, product_name, price, price_is

Cannot re-add In-App Purchase to app after rejection in iTunesConnect

大憨熊 提交于 2019-12-22 11:11:54
问题 I created an auto-renewable In-App Purchase (IAP) and added it to an app in iTunesConnect (ITC). The app got rejected because of missing information for the end user in the binary and the AppStore metadata (I had to explain how much it costs, that it is auto-renewing etc.). So I added the missing info to the app and metadata ... tl;dr ... but now I no longer can add the existing IAP to the app version in ITC. Detailed Walkthrough ... which (hopefully) fixed the issues, then I removed the old

iOS IAP ErrorDomain Code=0 “Cannot connect to iTunes Store” from LIVE APP's MANY USERS

爷,独闯天下 提交于 2019-12-22 10:59:05
问题 I've seen some threads on this but all are related to sandbox/ test account. Here we see this error a lot from our real users. Many transactions go through without a problem, but still we receive the error back a lot for some reason. Also oddly, we see more errors from UAE, and to lesser extent from other Middle Eastern countries, than we expect based on revenues or user volume. Our app is not really usable when offline, so in many cases Internet connection itself should not be the cause.

In-App Purchase response.products empty

旧时模样 提交于 2019-12-22 10:53:47
问题 I know it has been asked before: iPhone In App Purchase - response.products are still empty? but I am also trying to implement an in app purchase and my response.products is empty. My situation: I uploaded and rejected my binary once. But then I put the status back to waiting for upload again.(Does it matter?) The status of all my in app purchase products are "Ready to Submit". My production user is signed out. Test user not signed in yet. -(void) requestProductData{ SKProductsRequest