I am in the process of refactoring some of my data fields to use a parent class for common code and child class inheriting from the parent to add additional functionality. All is going well but I cannot get the App Settings to work either in the Simulator or when side loading onto a device.
So I have the Base classes implement core functionality. The child classes extend from the base calling any base methods as necessary.
The App Settings dialogue seem to run as normal on Windows. But no changes made to the settings are fed through to the simulator.
Copying the updated settings file to the device has no effect either.
The code picks up the default values from the resource file but I can't get it to accept any updates.
Anyone else experienced issues around App Settings and