Platforms to show: All Mac Windows Linux Cross-Platform

AppReceiptMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class StoreKit MBS MacCloud Plugin 14.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for an app receipt.
Example
// open a receipt
dim f as FolderItem = SpecialFolder.Desktop.Child("receipt")
dim r as AppReceiptMBS = AppReceiptMBS.receiptForFile(f)

// show value
MsgBox r.bundleIdentifier

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes

  • Version 22.3
    • Fixed AppReceiptMBS class to avoid a crash when running on Apple Silicon when reading some newer receipts.

The items on this page are in the following plugins: MBS MacCloud Plugin.


AppReceiptIAPMBS   -   AppReceiptVerificatorMBS


The biggest plugin in space...