HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Disabling/Enabling Feature Requests for iOS

Described here is how to disable or enable the feature requests for your iOS apps.

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
IBGFeatureRequests.enabled = YES;

//Disable
IBGFeatureRequests.enabled = NO;