During development, I am repeatedly building and deploying to physical devices for testing.
On iOS devices, even when I re-build and re-deploy, the values previously stored using Application.Current.Properties are retained.
On Android devices, when I re-build and re-deploy, those values are discarded.
Is this difference in behaviour expected?
Are there any build settings that allow me to control which behaviour occurs? Normally, but not always, I would prefer to retain the previous settings.
I am using VS2013 currently.
Many thanks,
John H.