I have been trying to get a settings bundle to appear in the IOS settings app following the instructions here...
https://forums.xamarin.com/discussion/1407/custom-settings-in-ios-settings-app
I am sure I have it right but I think the build action are wrong. I have tried both 'Content' and 'BundleResource' but to no avail...
at the moment my project file looks like this
< ItemGroup >
< BundleResource Include="Settings.bundle\Root.plist" >
< CopyToOutputDirectory >PreserveNewest< /CopyToOutputDirectory >
< /BundleResource >
< /ItemGroup >
can anyone shed any light on what I am missing?