jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Integration with iOS settings bundles #311

Closed Marakai closed 8 years ago

Marakai commented 8 years ago

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

Which plugin does this impact:

Version Number of Plugin: 2.5 Device Tested On: iPhone 6s Simulator Tested On: iPhone Simulator

Expected Behavior

Actual Behavior

Settings will work perfectly when remaining with in-app preferences. However, they will not appear in the iOS Settings app. No integration with the iOS settings.bundle. Not sure this is even possible, but I thought I'd ask.

Steps to reproduce the Behavior

jamesmontemagno commented 8 years ago

If you name them the same then it should work alright as I save them in NSUserDefaults

Marakai commented 8 years ago

That's an idea! I thought there'd be errors galore with naming overlap. Downside is you still have to create all the stuff in settings.bundle/en.proj/... manually, oh well.

jamesmontemagno commented 8 years ago

Yeah, i don't think you can do it pragmatically at all..

This would be good documentation to add in actually.

jamesmontemagno commented 8 years ago

Todo: add documentation