Has anyone successfully implemented universal in-app purchase for iOS and macOS? I'm having trouble getting products in non-Catalyst macOS app with SKProductsRequest. They are returned as invalidProductIdentifiers.
What I have so far:
- Single App Store connect record for both iOS and macOS
- Same BundleID for both apps
- Same in-app purchase product ID
- Build with Xcode 11.4
- Product fetch works on iOS
Apple announced that this will work for non-Catalyst apps as well and that it is enabled by default for Catalyst apps. Assuming this is not enabled by default in macOS apps how can I make this work?