I'm trying to verify receipts with Xcode 12 and a StoreKit config file, but keep getting a 21002 error. According to the docs, I need to use a different cert. I generated the cert but it's not clear what to do with it?
That's great, but what uses certificate ?
Code Block #if DEBUG let certificate = “StoreKitTestCertificate” #else let certificate = “AppleIncRootCertificate” #endif
That's great, but what uses certificate ?