jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Access Settings from platform project #50

Closed ravinderjangra closed 7 years ago

ravinderjangra commented 7 years ago

how can we access the settings on specific platform. Settings are defined in PCL

jamesmontemagno commented 7 years ago

You can take that same file and put it in the platform specific project. Same exact code works.