Disabling/Enabling Feature Requests
Described here is how to disable or enable the feature requests for your iOS apps.
//Enable
FeatureRequests.enabled = true
//Disable
FeatureRequests.enabled = false//Enable
LCQFeatureRequests.enabled = YES;
//Disable
LCQFeatureRequests.enabled = NO;Last updated