Disabling/Enabling In-App Surveys
Disable all Luciq surveys in your iOS app with a single API call, manually shown ones included, since the method blocks every survey request.
You can completely disable any surveys from being shown to your app users with the following API. Please note that this also disables manually shown surveys, as this method disables any request related to surveys.
Surveys.enabled = false;[LCQSurveys setEnabled:YES];Last updated