Unregisters an application with the server. You should call this function when the user uninstalls your application.
Note that to call this function, you must:
- Have a QLM Enterprise License
- Initialize the QlmAnalytics object with the following properties:
- WebServiceUrl
- CommunicationEncryptionKey
- GUID (persistence key)
C#: bool RemoveInstall(string installID, out string errorMessage)
Parameters
- installID: unique identifier of this installation, returned from the server.
- errorMessage: returned error message if the call fails.
Return
Returns true if the data was successfully published to the server.
Comments
0 comments
Please sign in to leave a comment.