Platforms to show: All Mac Windows Linux Cross-Platform

AppReceiptMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class StoreKit MBS Encryption Plugin 14.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for an app receipt.
Example
// open a receipt
Var f as FolderItem = SpecialFolder.Desktop.Child("receipt")
Var 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.

Blog Entries

Release notes

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

Some methods using this class:

Some examples using this class:

Some related classes:


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


AppReceiptIAPMBS   -   AppReceiptVerificatorMBS


The biggest plugin in space...