For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disabling/Enabling Feature Requests

Hide every Feature Requests surface in your iOS app with a single API call, or turn it back on. Includes where the call belongs in your setup.

You can completely prevent any feature request related features from displaying by disabling it using the API below.

//Enable
FeatureRequests.enabled = true

//Disable
FeatureRequests.enabled = false
//Enable
LCQFeatureRequests.enabled = YES;

//Disable
LCQFeatureRequests.enabled = NO;

Last updated