Maksim Ramanovich
Maksim Ramanovich

Reputation: 621

Settings bundle is not displayed in iOS Settings app

I have created a brand new Xamarin app, added Settings.bundle folder and Root.plist inside: enter image description here But in the emulator there is nothing in Settings app under my test application: enter image description here

What do I miss or do wrong?

Upvotes: 1

Views: 1173

Answers (1)

Maksim Ramanovich
Maksim Ramanovich

Reputation: 621

I could get it working with a help of Xcode: create a project there and add Settings bundle item enter image description here 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

Related Questions