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).

.. __: https://developer.apple.com/documentation/storekit/?preferredLanguage=occ

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.
