API Notes: StoreKit framework
The full API is described in Appleās documentation, both the C and Objective-C APIs are available (but see the API Notes below).
These bindings are accessed through the StoreKit
package (that is, import StoreKit
).
API Notes
This framework is available on OS X 10.7 or later, and is only usefull for applications that are signed by Apple and distributed through the App Store.
The entire framework is available from Python.