Flags/About:Config in iOS? #25190
-
Are there flags in the iOS app &, if so, how do I access it? Also, are there extensions for the ios app & how would I access those? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ItsGlor yes in order to access the flags you just need to go into settings and click 5 times on the app version. Then the debug menu should popup and scrolling towards the end there is the Regarding extension all the source code is present inside the project and most relevant extension are widgets that are accessible through classical iOS interface. |
Beta Was this translation helpful? Give feedback.
Hi @ItsGlor yes in order to access the flags you just need to go into settings and click 5 times on the app version. Then the debug menu should popup and scrolling towards the end there is the
feature flag
settings, there you can enable or disable most of the experiments, if the current experiment you are trying to turn off or on is not present there you need to modify the experiment related json underfirefox-ios/nimbus-feature
.Regarding extension all the source code is present inside the project and most relevant extension are widgets that are accessible through classical iOS interface.