Elektrine lite

← Feed

@nemesisprime@iosdev.space

Post #3044698

2026-04-30 15:34 UTC

@JetForMe@geekstodon.com Dang! I really hoped that'd be it :/

Replies (1)

  • @JetForMe@geekstodon.com 2026-05-01 00:23

    @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.

    Open ##3044699