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 useful for applications that are signed by Apple and distributed through the App Store.
The entire framework is available from Python.