RemoveInstall

Description

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 initialize the QlmAnalytics object with the following properties:

  • WebServiceUrl
  • CommunicationEncryptionKey
  • GUID (persistence key)
bool RemoveInstall(string installID, out string errorMessage)

Parameters

ParameterTypeDescription
installIDstringunique identifier of this installation
errorMessagestringretuned error message, if any.

Return

TypeDescription
booltrue if the operation was successful; otherwise, false.