I was just wondering how you deal with IsolatedStorageSettings in Windows Phone 8.1 SDK. For Example:
IsolatedStorageSettings.ApplicationSettings.Contains("LocationConsent")
How does this work in 8.1? As in, how do I write this statement without getting context errors. I feel like it's been deprecated or something because it does not resolve to a known namespace or anything.
I am working with maps for my current project and porting it to 8.1 gives me some syntax trouble. I have tried looking it up but I think it's too soon for documentation I guess because MSDN doesn't even say anything about it, unless I missed it by accident. Any help is appreciated.