FeatureFlags
enum FeatureFlags
Light-weight “feature flags” for enabling/disabling features in the app. TODO: Look into alternatives like LaunchDarkly or something free and open-source.
-
Whether or not ads are enabled in the app. Note: Ads are set up but we are temporarily disabling them while the user base grows.
Declaration
Swift
static let adsEnabled: Bool
-
Undocumented
Declaration
Swift
static let gaugeAlertsEnabled: Bool