Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Validates the receipt.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Validate | 2.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated.
Parameter | Description | Example |
---|---|---|
ReceiptPath | The path to your application. | MBS( "Validate.FindReceipt" ) |
BundleVersion | The bundle Version of your application. | "1.0" |
BundleID | The bundle ID for your application. | "de.monkeybreadsoftware.test" |
Returns OK or error code 173.
Exist if the receipt is not valid:
MBS( "Validate.Exit"; MBS( "Validate.CheckReceipt"; MBS( "Validate.FindReceipt" ); "1.0"; "de.monkeybreadsoftware.test" ) )
Created 18th August 2014, last changed 12nd June 2020
UserNotification.scheduledNotifications - Validate.Exit
Feedback: Report problem or ask question.