Reputation: 621
I have created a brand new Xamarin app, added Settings.bundle folder and Root.plist inside:
But in the emulator there is nothing in Settings app under my test application:
What do I miss or do wrong?
Upvotes: 1
Views: 1173
Reputation: 621
I could get it working with a help of Xcode: create a project there and add Settings bundle item
It will create a file with a correct XML structure (Visual Studio doesn't do it even if you add new Property List file). Then just copy and paste the Settings.bundle file physically to your Xamarin iOS project and edit in Visual Studio as needed.
Upvotes: 1