I have an iOS application with a settings.bundle that handles various settings for my application with Switch toggle. I set default values in my root.plist file
The problem is the type of default Value must be boolean not string ;) delete this value and add a another default Value property again
hope this helps