Platforms to show: All Mac Windows Linux Cross-Platform

Back to AppReceiptVerificatorMBS class.

AppReceiptVerificatorMBS.MACAddress as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property StoreKit MBS MacCloud Plugin 18.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The MAC Address to use.
Example
// get the one of this Mac
dim m as MemoryBlock = AppReceiptVerificatorMBS.MACAddress

// now set a fake one
dim x as MemoryBlock = DecodeHex("12347890ABCD")
AppReceiptVerificatorMBS.MACAddress = x

// and display
MsgBox EncodeHex(m)+EndOfLine+EncodeHex(AppReceiptVerificatorMBS.MACAddress)

Can be queried to automatically get the one we detect.
Or set to use a custom one for testing.
(Read and Write property)

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


The biggest plugin in space...