i am using Application.Storage.getValue to retrieve settings stored by my application.
if the key doesn't exist, the function doesn't return. I can get around this by putting intial get at end of application initialize function, but this obviously isn't the best.
Is there a way to establish whether a key exists or not? I cannot find on in the SDK documentation.