I was going to upgrade my receipt validation code to the newer Store Kit API. Reading the documentation I see that the types and methods used are described but not the headers that have their definitions. What .h files should I #import so that for example, the compiler knows what an AppTransaction is? Also some of the code in the documentation is in Swift only. Are these APIs available only with Swift?
Adding StoreKit.framework in Link Binaries With Libraries doesn't help.
Linking against AppKit.framework doesn't help either.
Adding StoreKit.framework in Link Binaries With Libraries doesn't help.
Linking against AppKit.framework doesn't help either.
Last edited: