Platforms to show: All Mac Windows Linux Cross-Platform

Back to AppReceiptVerificatorMBS class.

AppReceiptVerificatorMBS.ExitApp(code as Integer = 173)

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method StoreKit MBS MacCloud Plugin 14.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Quits the application directly.
Example
AppReceiptVerificatorMBS.ExitApp 173

This does not call the destructors and CancelClose events. The app is quit right away.
If you use code 173 the Finder will show error message that app needs to be downloaded again from Mac App Store.

AppReceiptVerificatorMBS.GUID as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method StoreKit MBS MacCloud Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Reads the GUID of the Mac.
Example
dim g as String = AppReceiptVerificatorMBS.GUID
MsgBox EncodeHex(g)

This is normally build from the MAC ID of the ethernet card.

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


The biggest plugin in space...