Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm writing ui test for my app with StoreKitTest, it works well in my local mac device, but I encountered an link error when Xcode builds my ui test target in Xcode Cloud environment: Showing All ...
DongXu's user avatar
  • 1,557
2 votes
1 answer
348 views

I'm writing a library for Storekit. I want to write a unittest of my code. But I cannot see the storekit configuration file I added. And I get the following error: testFetchProducts(): failed: caught ...
Bilal Durnagöl's user avatar
0 votes
0 answers
168 views

Strange behavior was found for subscription upgrades/downgrades for Sandbox users. Step 1: Select from the internal app UI productId. Step 2: Get the product from StoreKit by Product.products(for: [...
Nataliia.dev's user avatar
  • 2,972
2 votes
0 answers
160 views

I'm not a member of any Family in iCloud. I want to understand what happens when a user is subscribed through Family Sharing but also how to use StoreKit when the user is subscribed twice: as an ...
alpennec's user avatar
  • 2,194
8 votes
1 answer
2k views

When I run the app with .storekit configuration file in Xcode 12.2 / iOS 14.2 Simulator, my SKReceiptRefreshRequest always fails, I get an error in my func request(_ request: SKRequest, ...
silvansky's user avatar
  • 2,447
2 votes
0 answers
315 views

I am trying to use StoreKitTest to simulate .failed transaction in my unit tests. For the test session I set: testSession.failTransactionsEnabled = true testSession.failureError = SKError.Code.unknown ...
sash's user avatar
  • 8,787