A repo that keeps track of feature flags from different builds of 𝕏 (Twitter) and update it to my Telegram channel
-
Android
-
iOS
-
Web
The flags are present in "feature_switch_manifest" file, located at "res/raw/" inside the apk/apks file. We can modify the file and re-build the apk.
We can use xposed/lsposed module like TwiFucker.
Check out my Telegram Channel to keep track of new releases.
Feature flags are used by twitter employees to test new features before they are released to public. Use it at your own risk.
Yes. Check out x-feature-flags by Yaroslav
Flags are present inside the ipa file in json format. Extract the ipa file Modify the flags, rezip the ipa file and install it. In case of non-jailbroken devices you can use AltStore, Sideloadly etc