Murl::Platform::ValidateReceipt Class Reference
Validation of the app-store copy protection, currently supported on MacOSX only. More...
#include "murl_platform_validate_receipt.h"
Public Member Functions | |
ValidateReceipt (const Char *identifier, const Char *version) | |
The constructor. More... | |
~ValidateReceipt () | |
The deconstructor. | |
Bool | IsValid () const |
Check if the application receipt from the app-store is valid. More... | |
Detailed Description
Validation of the app-store copy protection, currently supported on MacOSX only.
For app usage see example Murl::App::CheckValidateReceipt().
Constructor & Destructor Documentation
◆ ValidateReceipt()
The constructor.
- Parameters
-
identifier The obfuscated application identifier. version The obfuscated version identifier.
Member Function Documentation
◆ IsValid()
Bool Murl::Platform::ValidateReceipt::IsValid | ( | ) | const |
Check if the application receipt from the app-store is valid.
- Returns
- true if valid.
Referenced by Murl::App::CheckValidateReceipt().
The documentation for this class was generated from the following file:
- murl_platform_validate_receipt.h