in-app-purchase

android - possible to use in-app purchase for downloading content? [closed]

我怕爱的太早我们不能终老 提交于 2021-02-19 01:17:49
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Improve this question my question is quite simple : does google have an in app purchase service which , after the purchasing process is complete , will download the purchased content ? if not , is there any other alternative? the reason for this is to make the app as small as possible

android - possible to use in-app purchase for downloading content? [closed]

别来无恙 提交于 2021-02-19 01:14:06
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Improve this question my question is quite simple : does google have an in app purchase service which , after the purchasing process is complete , will download the purchased content ? if not , is there any other alternative? the reason for this is to make the app as small as possible

How to correlate transaction receipts to Financial Report which can download in iTunes Connect?

↘锁芯ラ 提交于 2021-02-18 22:55:27
问题 Is there a way to correlate receipts from the payment object to information received in either the financial reports, sales reports or bank statements? I record all purchase info in my database whatever verifying is success. When I check the financial reports in iTunes connect, I found I have received 3 more payment. My problem is how can I know who need compensated? Apple's Receipt include quantity, product_id, transaction_id, purchase_date, original_transaction_id, original_purchase_date,

iOS in-app purchase count miss match

血红的双手。 提交于 2021-02-18 10:29:28
问题 iTunes Connect DAILY reports for our app shows lets say 52 purchases a day ... but according to our server logs, there was 55 purchases processed on the same day for which the items were delivered. How is this possible? Our server is keeping all the original purchase receipts (all 55 of them) and even now we can re-validate all of them with the apple servers successfully. We are using " original_purchase_date_pst " in the receipt to identity the date of purchase which we believe what iTunes

How can I dd in-app-purchase functionality to my flutter app?

↘锁芯ラ 提交于 2021-02-13 17:38:07
问题 I am going to add in-app-purchase functionality to my flutter app, but could not find any relevant information or sample app about in-app-purchases, can anyone share any links or example apps that contain in-app-purchase functionality? Thank you 回答1: Have a look at this package https://pub.dev/packages/in_app_purchase dependencies: in_app_purchase: ^0.3.4+8 Example code: import 'dart:async'; import 'dart:io'; import 'package:flutter/material.dart'; import 'package:in_app_purchase/in_app

Flutter, in_app_purchase is seriously hard to test

删除回忆录丶 提交于 2021-02-11 14:21:18
问题 After looking at the somewhat poor in_app_purchase pub dev documentation, after distributing the test version several times, I succeeded in sending the internal test url to the test device to download it. However, as soon as I entered the in_app_purchase screen with a real device, an app termination dialog error appeared and the app was forcibly turned off. I am really badly angry now. I don't understand why it made it so difficult to test, but I can't even see what caused the error. I did

Best way to offering multiple subscriptions for one user (iOS, Android)

本小妞迷上赌 提交于 2021-02-11 06:53:46
问题 Does anyone have experience implementing multiple subscriptions model for an app? I wasn't able to find proper documentation about this topic. The most common way to create in-app subscription model is one-subscription per one-user. But I want to offer one-subscription per one-item(in my app). This means that users can create multiple subscriptions if they want to subscribe to multiple items. Each item is functionally the same. For example, If the app is a pet location tracker and wants to

iOS IAP restore doesn't work

允我心安 提交于 2021-02-08 16:58:56
问题 I have the ios App with IAP. I buy product in sandbox as tester user and everything is Ok. I receive receipt and parce it. Then I re-install the App, I'm trying to restore IAP and call SKPaymentQueue.defaultQueue().restoreCompletedTransactions() Next paymentQueueRestoreCompletedTransactionsFinished(queue: SKPaymentQueue) is called. Nothing restored. I suppose there must be call of paymentQueue(queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) but it is missing!

iOS adding huge number of products through In-App Purchase

限于喜欢 提交于 2021-02-08 03:38:34
问题 I'm working on in iphone application for my company, they want to sell huge number of products using in-app-purchase ... but the problem is to use iap we have to add for each product a record on app store contains meta data and its price about this product, and as I said before we have huge data. So what I'm thinking about is to add a number of virtual products each one with a different tier price and when a user buy a product form my store I map this product with one of the virtual product

iOS adding huge number of products through In-App Purchase

╄→гoц情女王★ 提交于 2021-02-08 03:37:02
问题 I'm working on in iphone application for my company, they want to sell huge number of products using in-app-purchase ... but the problem is to use iap we have to add for each product a record on app store contains meta data and its price about this product, and as I said before we have huge data. So what I'm thinking about is to add a number of virtual products each one with a different tier price and when a user buy a product form my store I map this product with one of the virtual product