Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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" ) )
This function is free to use.
Created 18th August 2014, last changed 12nd June 2020