Platforms to show: All Mac Windows Linux Cross-Platform
The module StoreKitMBS
module StoreKitMBSType | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | StoreKit | MBS MacCloud Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Be aware that StoreKit requires your app to be signed.
- method appStoreReceiptURL as string
- method available as Boolean
- method requestReview
- method SKErrorDomain as string
- method StoreReviewAvailable as Boolean
- 5 constants
StoreKit error codes
Constant | Value | Description |
---|---|---|
SKErrorClientInvalid | 1 |
client is not allowed to issue the request, etc. |
SKErrorPaymentCancelled | 2 |
user cancelled the request, etc. |
SKErrorPaymentInvalid | 3 |
purchase identifier was invalid, etc. |
SKErrorPaymentNotAllowed | 4 |
this machine is not allowed to make the payment |
SKErrorUnknown | 0 |
unknown error |
Some examples which use this module:
Blog Entries
Release notes
- Version 19.1
- Added appStoreReceiptURL, requestReview and StoreReviewAvailable to StoreKitMBS module.
The items on this page are in the following plugins: MBS MacCloud Plugin.
