cimbalino / Cimbalino-Toolkit

:coffee: Cimbalino Toolkit
https://cimbalino.org
MIT License
114 stars 16 forks source link

Only load LocalSettings if app is WP8.1 app #22

Closed ScottIsAFool closed 9 years ago

ScottIsAFool commented 9 years ago

LocalSettings throws a NotImplementedException if your app is SL8.0, even if it's being run on WP8.1 device. Put in a check for AppxManifest.xml, if that file exists, it's an 8.1 app and LocalSettings can be used.