Reputation: 1575
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:
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?
Upvotes: 3
Views: 584
Reputation: 1575
Now works after I did this:
Hope this helps anyone who is looking for a solution for this.
Upvotes: 7