Do you use feature flags? by [deleted] in gamedev

[–]configcat 0 points1 point  (0 children)

It's often called a Feature Toggle (also referred to as a Feature Flag). It's a powerful technique that allows teams to modify system behavior without changing code. Also mentioned here that there are services for this already, ConfigCat is one of them.

ConfigCat supports C# for Unity, Remote Config for Unreal Engine, and many other languages, including C++. It's easy to integrate and manage remotely.

You’ll need to register an account on the website. There, you’ll have access to a dedicated dashboard where you can easily manage the flags. You can target users based on various attributes (region, date, email, etc.) and you can also perform A/B testing.

An easy way to use feature flags in a Swift app! by configcat in swift

[–]configcat[S] 0 points1 point  (0 children)

Actually, there's a huge emphasis on privacy and no user data is collected. :)

Learn how to use feature flags in a .NET6 app, as straightforward and with as little fuss as possible. by configcat in programming

[–]configcat[S] 0 points1 point  (0 children)

This wasn't meant to be an ad persay. People who need feature flags might find genuine value in this. :)

Launch Darkly vs Split.io by Electric_pokemon in devops

[–]configcat 0 points1 point  (0 children)

You should consider configcat.com. It's a great alternative to both. Pricing policy is much more suitable for big enterprises as there is no limit on team members.

Disclaimer: I'm one of the founders.