Description
Settings.bundle/Root.plist in iOS and Xamarin Forms is used to have "shared" setting for an application that user can modify by going to iPhone/iPad device settings. .Net MAUI is ignoring that file under Platforms/iOS/ folder.
Steps to Reproduce
- Create new .Net MAUI application.
- Under Platforms/iOS folder create "Settings.bundle" folder
- Create new file "Root.plist" with some simple PSTitleValueSpecifier or PSGroupSpecifier, or any other valid iOS specifier with Title, Type, Key and Value.
- Build the solution.
- Run it on iOS simulator.
- Go to device settings - no settings from your "Root.plist" only "Debug" settings that MAUI put there.
Version with bug
6.0.408 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iPhone 12 Pro iOS 15.5
Did you find any workaround?
No
Relevant log output
No response