Writes the installID into a QLM cookie on the end user system. To read keys, use the ReadInstallID API.
This function requires that the QlmAnalytics.GUID property be initialized to the GUID associated to your product.
C#: bool WriteInstallID(string installID, out string errorMessage)
Parameters
- installID - the installation unique identifier.
- errorMessage- returned error message containing details about the failure, if any.
Return
true if the operation succeeded.
Comments
0 comments
Please sign in to leave a comment.