Post #3044699
2026-05-01 00:23 UTC
@nemesisprime@iosdev.space Ahhh I figured it out! I was using a StoreKit config file in Xcode that wasn't synced with ASC, which meant it had a different Subscription Group ID than the one in ASC. The code was looking for the Group ID in the file, not ASC.
The solution was to delete that file, create a new one and check "Sync this file with an app in App Store Connect," then use the right Group ID when presenting the StoreKit UI.
Replies (1)
-
@nemesisprime@iosdev.space 2026-05-01 01:38
@JetForMe@geekstodon.com that’s both painful and relieving! 😭 I’m happy you solved it and will try to keep this in mind for myself