Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
27 views

Env: Already working application that has working subscriptions Configured promotion offer and subscription key, but have not yet released the new app version Synced .storekit file in Xcode. It ...
Anton Plebanovich's user avatar
0 votes
0 answers
398 views

I’m running into a persistent error while implementing StoreKit 2 renewable subscriptions in my SwiftUI app. Context I have a two-screen flow: Screen 1: user selects a subscription plan (monthly / ...
Shireen Khan's user avatar
1 vote
0 answers
146 views

I used to use Receigen to generate receipt-validation code, but since Apple has deprecated exit code 173, everything is being adapted to StoreKit2. Following a similar approach to https://developer....
KT_'s user avatar
  • 1,065
1 vote
0 answers
86 views

I'm trying to run app from Xcode on real device with sandbox mode. What I've tried so far: Locally: iPhone reset using: Reset All Settings Developer mode on device is Enabled Settings > My Name &...
Marcin Kapusta's user avatar
1 vote
1 answer
145 views

I'm using Flutter's in_app_purchase_storekit package (StoreKit 2) to allow purchasing multiple quantities of a consumable product on iOS. According to Apple’s official documentation, StoreKit 2 ...
Nikunj Ramani's user avatar
-1 votes
1 answer
46 views

I am updating an app that used Appirater to prompt the user for reviews. Appirater was introducted before SKStoreReviewController but according to the documentation from six years ago, it ...
user6631314's user avatar
  • 2,050
0 votes
1 answer
187 views

Currently, instead of using a real device and test account for in-app purchase testing, we are using Products.storekit with the Simulator. Our app offers a subscription plan with a 3-day free trial. ...
Cheok Yan Cheng's user avatar
0 votes
0 answers
32 views

I am developing an iOS application which offers in app purchases in the form of subscriptions. I want to extract the renew date and the free trial end date of a given active subscription, if possible. ...
Georgi Boyadzhiev's user avatar
0 votes
1 answer
282 views

I have a purchase manager class and an entitlement manager class. Everything is working great, but this code is not working. init(entitlementManager: EntitlementManager) { self.entitlementManager =...
macybooky's user avatar
-4 votes
1 answer
573 views

I’m using storekit2 in swift to handle subscriptions and I’m told that I need to validate receipts from apple on the sever side using node js. Why do I need to do this? Doesn’t storekit2 already ...
Rue Vitale's user avatar
  • 1,981
-3 votes
1 answer
103 views

I’m using storekit2 to allow people to purchase subscriptions in my iOS app. I have a node js server backend. How can I tell if someone cancels a subscription ? And which user did so?
Chris Hansen's user avatar
  • 8,781
0 votes
0 answers
81 views

I am running Xcode 16.2 with iOS 18.2. I'm getting the following error when dismissing the .manageSubscriptionSheet (by clicking "x" in the upper right corner). It happens when testing on a ...
KatM's user avatar
  • 253
1 vote
0 answers
873 views

I am using Storekit-2 for InApp purchase. The product is consumable. After the purchase is successful, I need to call API and backend will grant 200 coins to that user. Now, users can try to access ...
Pratik's user avatar
  • 4,900
1 vote
0 answers
180 views

I am implementing consumable purchase e.g. user can buy 200 coins for $1.99 anytime. I have implemented purchase flow but Xcode is giving me following warning: Making a purchase without listening for ...
Pratik's user avatar
  • 4,900
0 votes
0 answers
139 views

I have C++ project in Xcode 15.3 for macOS 12+. I'm trying to use store kit 2 by doing the following: Create a .Swift file, and then a "bridge" .mm file with function signatures compatible ...
Nathan Schmidt's user avatar
1 vote
1 answer
385 views

I’m implementing in-app purchases using StoreKit in my SwiftUI app, but I’ve encountered an issue where Product.products(for:) inconsistently returns an empty array. No errors are thrown, and ...
AntonioWar's user avatar
0 votes
1 answer
153 views

I have a NavigationStack, inside which there is a button. Tapping on the button presents Apple's SubscriptionStoreView inside fullScreenCover . I was surprised that when I tap on "Subscribe" ...
Artium's user avatar
  • 5,391
4 votes
1 answer
430 views

Have recently started adapting parts of my app to SwiftUI, and StoreKit2 is solving a lot of problems with its simplicity and ease of implementation. I've hit an issue with the Privacy Policy and ...
Fittoburst's user avatar
  • 2,315
13 votes
4 answers
5k views

I created a new App in AppStoreConnect and set subscriptions informations for it. Then I open the corresponding project in Xcode 16 Create a new StoreKit Configuration File Chose to sync with App ...
echo's user avatar
  • 1,720
1 vote
0 answers
279 views

I have an app with one subscription to buy. Buying works fine and renewal seems to work fine, too. I am observing transaction for this IAPin the background. To understand what is happening in the ...
Uli68's user avatar
  • 13
0 votes
1 answer
505 views

I'm trying to restore an individual purchase under iOS 17 and StoreKit 2. After tapping the restore button I need to download a file to complete the necessary restore process. How do I listen to a ...
neowinston's user avatar
  • 7,784
1 vote
0 answers
139 views

Trying to reduce the amount of transactions IDs. Currently, it seems to check the transaction ID every second. I want to avoid that. here is my code: import SwiftUI import StoreKit import OSLog ...
DogDogDog's user avatar
0 votes
1 answer
534 views

I use a StoreKit2 ProductView to display a product (there is only one). I want to display a button for restorePurchases via storeButton using .storeButton(.visible, for: .restorePurchases, ....
Chris L's user avatar
  • 115
0 votes
0 answers
159 views

I am currently working on an iOS application using StoreKit2 and I have encountered a challenge related to In-App Purchases (IAP). Specifically, I have two products, namely com.myProduct.monthly and ...
Irfan Saeed's user avatar
0 votes
0 answers
348 views

I have implemented In App Purchase using Apple's StoreKit framework. I have created a .storekit file inside Xcode and synced all the subscriptions from App Store Connect. When I do connect my device ...
Gopal's user avatar
  • 11