All Questions
Tagged with in-app-billing ios
82
questions
1vote
0answers
25views
iOS: How to create In-App Purchases programmatically
I am creating a multi platform e-learning app, where teachers create courses by uploading videos to my website. Students can purchase these courses via the website, iOS, and Android.
However, since ...
0votes
1answer
35views
How can we purchase multiple In App Auto renewing subscription of same product ID in iOS
We have an app that supports multiple logins. We are providing "Pro" content of the app for the users who have purchased our subscription. However, In my understanding, we cannot buy the ...
0votes
0answers
306views
Apple Server to Server notification not receiving from the sandbox for testing subscription renewal
I am trying to update the user's subscription renewal state. I had set up the endpoint in the app information section "URL for App Store Server Notifications" in the app information. But ...
0votes
2answers
343views
Testing grace period in auto renewal subscription in iOS
I implemented auto renewing subscription in my app with grace period. I did code all the logics required to provide subscription service while the grace period but I could not find any way to test the ...
1vote
1answer
98views
Apple payment notifications - how to get latest pending_renewal_info from notification?
Good day!
I have a server that verifies receipts that come from user device or apple server and when I do that I can see an object like this:
"pending_renewal_info": [
{
"...
2votes
0answers
111views
Resetting in-app purchase for non consumable items while testing [iOS] [Flutter]
I am currently in the process of testing in-app purchase for a non-consumable item. I am successfully able to make the purchase, but I want to reset the purchase made so that I can test multiple ...
0votes
0answers
22views
How can I implement a Apple License Subscription in Flutter per Bluetooth connected unique Device (Car Vehicle Identification Number)
I did create a Flutter app that connects to Cars over Bluetooth.
Each car can be identified with a Vehicle Identification Number (VIN).
I would like to be able to have a renewable subscription per car ...
6votes
1answer
981views
Purchase issue with Revenue Cat (SwiftUI) "The receipt is not valid"
I have been trying to test In App purchases (Auto Renewable Subscriptions) to be specific and I always see "The receipt is not valid"
In this regard, as soon as the purchase completes I ...
0votes
2answers
50views
Listen to when the in-app purchase window opens on iOS
SKPaymentQueue.default().add(payment)
I'm starting an in-app purchase with. But I think the purchase window sometimes opens late. Is there a method, delegate method to listen for the situation where ...
1vote
0answers
194views
Dose android offers a subscription Across Multiple Apps?
I have two apps that have in-app billing features. I want to add an option to subscribe to a product that the second app will treat it as a subscription too, is it possible to do so with the current ...
0votes
1answer
202views
Is In-App Auto renewable subscription's server to server notification notifies when the subscription renewed automatically? (not in sandbox in live)
I am using In-App Auto renewable subscription and testing in sandbox and also implemented server-to-server notification on my server.
I got notification of initial purchase in sandbox, but auto ...
0votes
1answer
52views
Are we required to accept payments through inapp purchase in app?
When accepting payments in an app, do we have to use inapp purchasing, can we use Stripe for example? I ask because it takes way too long for apple to pay us when people buy. Also, does anyone know of ...
0votes
1answer
99views
Unrecognised user cancelling recurring subscription repeatedly
I believe you cannot trigger a DID_CHANGE_RENEWAL_STATUS with a auto_renew_status of false multiple times in a row? According to the documentation if I understood correctly, DID_CHANGE_RENEWAL_STATUS ...
0votes
0answers
49views
can we buy same product code for buy as gift user in ios?
My app having a functionality to
"buy for self" or
user can "gift product" to other user
I have done in-app-purchase functionality for self, But when i am trying to buy product for other user it is ...
0votes
1answer
39views
Is it possible to avoid re-purchase of the same app if user already purchased it on one platform
I would like to know how can I avoid having the user re-pay for an in-app subscription he already purchased.
Example: I purchase an App which offers in-app purchase on google play store for 5$ and ...
2votes
1answer
861views
How to synchronise in-app subscriptions with android and iOS
I have developed an android and iOS application. In that, I have used in-app purchase subscription. Now I am struggling how to sync the subscription between two platforms.
Suppose I have purchased ...
1vote
1answer
325views
IAP iOS throws Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store"
IAP was working fine until yesterday, now it shows an error code:0.
RMStore: transaction failed with product 100 and error Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=...
0votes
1answer
41views
ios in app purchase consumable pucducts design guildline question
I have a question about in-app purchase design.
You can earn points by paying for consumable products in app.
With that point, you can purchase digital content and use it for 3 days.
I wonder if the ...
0votes
0answers
26views
Using one-time in-app purchases and subscription simultaneously
Let's say we have an app with dozens of paid tutorials.
Is it allowed to sell each tutorial as a standalone non-consumable product, and simultaneously offer a subscription which unlocks all these ...
1vote
1answer
131views
Cross referencing apple financial report with in-app apple receipt
Is there any common field inside of the generated financial report from iTunes connect you can cross reference with the validated in-app receipt you may have stored in your database? For example, the ...
2votes
0answers
119views
IAP or Payment Gateway?
I'm building an advertising platform for iOS and Android. This works quite similar to any other advertising platform where the advertisers can run ad campaigns until a credit limit they set. A user ...
1vote
0answers
330views
xamarin forms ios InAppBillingPlugin subscription - Cannot connect to itunes store error
I am using the InAppBillingPlugn https://jamesmontemagno.github.io/InAppBillingPlugin/PurchaseSubscription.html
I have cut and pasted the code for the subscription part from the above link and ...
0votes
0answers
34views
About in app billing questions
I'm trying to sign up for application billing, and now I can buy an app, but I have doubts that it's killing me and that really keeps me from continuing with this.
1-How can I link a subscription ...
-1votes
2answers
758views
Get transaction list of inAppPurchases on iOS/Android
Do the api's provided by Apple and Google make it possible for an app coder to get a list of all transactions for all users for an inapppurchase, or a list of all approved transactions?
Similarly, is ...
0votes
1answer
201views
How to perform in-app purchase with hardware and services on iOS and Android
I have a react native app and within the app (iOS and Android), would like to provide in-app purchase. I'm selling hardware as well as subscription services associated with hardware. What do I need to ...
0votes
0answers
21views
Monetization of an iOS app by he number of database entries it will support
Consider an iOS application that lets you interact with your customers. I would like to charge the user of my app based on how many customers he has in his database. So he can use my app to manage 10 ...
6votes
2answers
1kviews
adyen integration to React Native
Good Day everyone..
Does anyone know how to integrate adyen to React Native which works on both IOS and ANDROID.
Thanks in advance :)
0votes
1answer
103views
IOS In-app Purchase No transactionReceipt
I am implementing an in-app-purchase for my ios app. I already received some successful purchases and upgraded their account to premium. Everything was well and good until I received a certain ...
0votes
1answer
39views
Implementing local cache in-App Purchase in ionic2
I am new to ionic and new to in app purchase. I have a simple use case. I need to know what all in-app products the user has bought from the app. I know from google docs that it provides local cache ...
0votes
1answer
240views
In-App Purchase (ios/android) How to Offer Local Payments?
I know most people in North America have credit cards, so the issue i'm asking may not be relevant.
But what about in developing countries such as Indonesia where most people still don't have credit ...
-1votes
1answer
365views
IabHelper: Purchase canceled - Response: 5:Developer Error
Past few days I developing in-app purchase. I was testing this very well. When I changed SKU adding postfix then buy process ended wiht response "5:Developer Error" I had read all coresponding answers ...
0votes
2answers
871views
Common subscription for Android and iOS App
We are developing a Point of Sale app available on iOS and Android platforms.
Our business model is such that, each user will have to pay us a customised cost based upon the number of his business ...
5votes
1answer
2kviews
Can Stripe be used in place of Google IAB for multi-platform apps?
I'm finding it difficult to get a concrete answer on this, either I'm finding the wrong info or not comprehending what I am finding.
Our app will be available on the Play Store and App Store, as well ...
2votes
0answers
839views
ReactNative: Cancelling subscriptions from within app
I'm building a react-native app with subscriptions. I understand that subscriptions can be cancelled via Settings on iOS and My Apps section on the Play Store.
Is there a way to add a link to these ...
-2votes
1answer
44views
How many number of inapp product can be sell on single Android/iOS app?
Can we sell 100 or more inapp purchase product on single Android or iOS app?
2votes
0answers
727views
Linking and Apple receipt to the transaction ID
When a customer does an in-app purchase we get the transactionId sent to us from apple and some other information. We have customers sometimes contact us saying they didn't get the item they purchased....
0votes
0answers
201views
In-app purchase: changing from non-consumable to non-renewing subscription
I have an app that currently offers non-consumable in-app purchase items. However, I'm beginning to realize the continual cost associated with providing lifetime support on a one-time purchase, ...
3votes
0answers
228views
In-App Purchases with gdx-pay iOS
I am trying to setup gdx-pay for both Android and iOS to allow me to offer In-App Purchases with my game. I have finished setting up the Android part of the code, but I am having problems with iOS.
I ...
-7votes
1answer
134views
Android and iOS user identification without registration
I want to develop an app for android and ios with in-app purchase capability. One of the "purchased virtual goods" I want to give to user (like a gift) only the first time.
I don't want implement user ...
22votes
5answers
2kviews
InAppPurchase verification & separate server for game logic
I'm developing an app using Unity (for Android and iOS). I'm using the SOOMLA plugin to allow users to purchase Gems (virtual currency) with In App Purchase.
Users and Gems and all other game logic ...
3votes
1answer
111views
How to collect payment for app per usage
To simplify my story, let's assume my mobile app (iOS and Android, developed using Phonegap) allows the user to store stuff in containers. I'm offering it for free for users that need up to 6 ...
0votes
1answer
159views
Smartface IAB Helper is not set up
I'm using smartface ide for android and IOS development. When I try to buy in app product via "SMF.InAppPurchase.buyProduct()" function I get "IAB Helper is not set up. Can't perform operation: ...
0votes
1answer
48views
How to best design In-Apps for iPhone Book Store like app
I am designing an iPhone application like iBooks. The user will see a shelf of books and we intend to sell the content (books) in two ways
1 - Buy Individual Book
2 - Subscription
So what would be ...
-3votes
1answer
899views
Can I sell downloadable content as part of Android and iOS in-app purchases?
I have to create an application for iOS and Android, from which I can buy some "items".
I don't understand how the in-app purchase work; can I buy and download the content I already paid for? Or can ...
1vote
1answer
705views
In app purchase Receipt data to base64 becoming null in iOS 9 beta?
Below is my code to get base 64 string from receipt data, but some how its coming up as null in iOS 9 beta.
NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL];
NSData *receipt = [NSData ...
0votes
1answer
276views
How to restore transaction in android in-app purchase version 3 application?
I have used in-app purchase version 3. I don't know how to restore transaction means when user purchased one feature then how to store that transaction and how to get that transaction when user again ...
0votes
3answers
111views
Non-Renewal subscription in-app purchase clarification needed
I have a requirement to implement monthly subscription plans to radio channels in the iPhone app. These radio channels are creating by the admin through web backend. Channels have its own unlock price....
1vote
0answers
154views
Does Apple communicate with App Provider/Devs before providing refund to a customer for In-app purchases iOS?
If I am the App provider & developer, one thing I did understand about the refund process is that the user can directly ask Apple for a refund. Now my question is whether Apple asks the App ...
2votes
1answer
409views
iOS - InApp Purchase - Subscription model
I am working on ipad app development. In this we have following scenario:
This app used by trainers.
Trainer provides training to students.
Trainer can have more than one students.
Client want to ...
1vote
1answer
3kviews
Paypal instead of in-app purchase/billing on Android and iOS
I'm somewhat confused by the terms of the developer content policy (here). Is it possible to use Paypal (or any alternative paying method) instead of in-app purchase (iOS) and in-app billing (Android) ...