StoreKit testing not working on iOS26.5 simulator

Hi,

I'm trying to run our StoreKit unit tests with Xcode26.5 on an iOS26.5 simulator. Host computer has macOS26.5.

All tests are failing and in the console I see logs such as

[SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error setting value to 1 for identifier 2 for jp.unext.mediaplayer: Error Domain=SKInternalErrorDomain Code=3 "(null)"

And the simulator asks me to provide my AppleID.

Tests have been broken since at least 26.4

The release notes claims that it has been fixed but not for me. https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_5-release-notes#StoreKit-Testing-in-Xcode

Does anyone else have the same issue?

Reported FB22774836 just in case.

Yes, the same

We are also running into the same issues. Test broke in iOS 26.3

[SKTestSession] Error saving configuration file: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error clearing overrides: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error deleting all transactions: Error Domain=SKInternalErrorDomain Code=3 "(null)"
[SKTestSession] Error setting value to 1 for identifier 2 for com.keepsafe.development.KeepSafe: Error Domain=SKInternalErrorDomain Code=3 "(null)"

I have the exact same issue, starting with Xcode 26.5 & iOS 26.5.

The resolution of my Feedback has changed to Resolution:Potential fix identified - For a future OS update.

So let's see if it will be fixed this time.

The issue still there with Xcode 26.5 and iOS 26.5.

Is not possible to test anything that uses StoreKitTest framework

The workaround is to download and use the 26.2 simulator for testing. — This ongoing issue is really a pity, because Apple claimed that this would be fixed in Xcode 26.5.

StoreKit testing not working on iOS26.5 simulator
 
 
Q