Questions tagged [in-app-subscription]

Google Play In-app billing subscriptions let you sell content, services, or features in your app with automated, recurring billing.

499 questions
0
votes
1 answer

Inapp response goes purchased even the payment is in pending in user purchase history

Do there any chance of getting purchased response from apple for pending transaction. The in-app purchase history of the user shows the transaction in pending state but our paymentcompleted method invokked .
Graycodder
  • 447
  • 5
  • 15
0
votes
1 answer

Protecting data in Firestore to be only readable by users with active In-App-Subscription

my app is fetching data from a Firestore database but this data should only be accessible to users who are currently subscribed to In-App-Purchases. What is the best way to protect this data? My first thought was routing everything through a…
0
votes
1 answer

In App Purchase Objective C Status from appStoreReceiptURL

I am new in Objective c I found NSURL* url = [[NSBundle mainBundle] appStoreReceiptURL]; NSLog(@"receiptUrl %@",[url path]); for check In App Purchase Status for validation or something like this. how can I get this : as NSString (…
0
votes
1 answer

Expiry Notification of from ios

If I turn off auto renew before expiry of a in-app subscription, ios says it will send me DID_CHANGE_RENEWAL_STATUS, so after that when the actual expire time comes will ios again notify me? As I am unable to turnoff auto renew on sandbox I am not…
0
votes
0 answers

iOS SaaS Storage Subscriptions

I have been working on an application that will offer a similar subscription service to Evernote where we charge for monthly storage instead of content. The issue I quickly ran into is the following: When a user purchases a subscription, I can…
Noah-1
  • 396
  • 1
  • 5
  • 20
0
votes
0 answers

Free Trial Subscription

I have an application that has 6 subscriptions (3 with monthly billing (A, B, C) and 3 with semi-annually billing (X, Y, Z)). I have configured the free trial of 3 days and I have not activated "Activate subscription-level free trial" on google play…
0
votes
1 answer

Subscription Issue : Your order is being processes. Your item will be available in a few minutes

app purchase. The payment was successfully working for the subscription. But I'm getting the error as your order is being processed, so your item will be available in a few minutes.
0
votes
1 answer

Getting error in querying item on older devices

I have implemented Billing library it works on Api level 28 but it does not work on api level 23 I am getting W/BillingClient: getSkuDetails() failed. Response code: 6 public void startConnection() { billingClient.startConnection(new…
0
votes
2 answers

Getting total subscription list for a particualr user

I have added In-App purchase in my android application. Added subscription for month and a year. Is there any way to get the list for particular application user who have subscribed item, cancel item etc. I want to get the subscription history for…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
0
votes
1 answer

How to avoid giving free trial of the Application's In-App Subscription to users who already have consumed it?

The problem I am facing is, A user can get the free trial benefits without any restriction of my In-App purchase by creating and logging in with new Apple or Google ID on their device. I can maintain the list of users who already have consumed the…
NMahendroo
  • 96
  • 3
0
votes
1 answer

In-App purchases not loading unless I install the app directly from Xcode - RevenueCat

I recently started using RevenueCat for all of my InApp purchases; today my app was approved in the App Store so, I went ahead and downloaded it to try the new version directly from the App Store and I noticed that the In-App purchases are not…
fs_tigre
  • 10,650
  • 13
  • 73
  • 146
0
votes
1 answer

What's wrong to receipt validation flow with SKReceiptRefreshRequest

We use Server Side Receipt validation for IAPs (auto-renewable subscriptions) integration in the app. We want users to subscribe with the introductory prices first. Users click a special banner "Get Premium", and before app shows the window with…
badbatman
  • 3
  • 1
0
votes
0 answers

IOS App crashes in Release build but not in debug : IN-app purchase

As I said in the title, I am writing an app for iPhone which runs perfectly in debug mode but when I build it as release and install it via TestFlight, it crashes at the first page At my first page, it loads my in-app purchase record via cloud…
Jeff Bootsholz
  • 2,971
  • 15
  • 70
  • 141
0
votes
0 answers

Determining user's change of auto renewal preference ahead of renewal time in Windows Store apps

This question is in accordance with the details provided about user subscriptions in the Microsoft Store's Get subscriptions for User API. Referring to the image above, the user purchases a monthly auto renewing subscription plan on Day 0 which is…
0
votes
1 answer

Is it possible to get notified (e.g. email) when a user purchases a subscription?

I have an Android App published on Google Play Store. I implemented In-App purchase in the app with one subscription. Uses have started purchasing the subscription so, I was wondering if I can get an email notification whenever a user purchased the…