Feather
Feather copied to clipboard
[Bug] Corrupted signing settings leading to ios refusing to install the app
Report
There's an issue with some signing settings that could cause apps to not be able to uninstall, sometimes requiring you to disable all options, force restart the app, etc.
It's a super weird and specific, there's probably an issue with how we decode and do settings.
My proposed fix is to just migrate the settings to use UserDefaults instead of recoding/decoding a JSON.
Request Agreement
- [x] I have read the requirements for opening an issue above
Contributor Checks
- [x] I am willing to attempt to make a pull request to fix this bug