Platforms to show: All Mac Windows Linux Cross-Platform

Back to ValidationMBS module.

ValidationMBS.kReceiptBundleIdentifer = "BundleIdentifier"

Type Topic Plugin Version
const Mac MBS Encryption Plugin 13.4
One of the keys for the receipt dictionary.
Example
// read a receipt file
dim file as FolderItem = SpecialFolder.Desktop.Child("receipt")

// query values
dim dic as Dictionary = ValidationMBS.AppStoreReceipt(file)

// show identifier
MsgBox dic.Value(ValidationMBS.kReceiptBundleIdentifer)

The bundle identifier.

ValidationMBS.kReceiptBundleIdentiferData = "BundleIdentifierData"

Type Topic Plugin Version
const Mac MBS Encryption Plugin 13.4
One of the keys for the receipt dictionary.

The bundle identifier data.

ValidationMBS.kReceiptHash = "Hash"

Type Topic Plugin Version
const Mac MBS Encryption Plugin 13.4
One of the keys for the receipt dictionary.

The hash for the receipt.

ValidationMBS.kReceiptOpaqueValue = "OpaqueValue"

Type Topic Plugin Version
const Mac MBS Encryption Plugin 13.4
One of the keys for the receipt dictionary.

The opaque value used for hashing.

ValidationMBS.kReceiptVersion = "Version"

Type Topic Plugin Version
const Mac MBS Encryption Plugin 13.4
One of the keys for the receipt dictionary.
Example
// read a receipt file
dim file as FolderItem = SpecialFolder.Desktop.Child("receipt")

// query values
dim dic as Dictionary = ValidationMBS.AppStoreReceipt(file)

// show version
MsgBox dic.Value(ValidationMBS.kReceiptVersion)

The version string.

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


💬 Ask a question or report a problem
The biggest plugin in space...