My panel extension is using CSXSLibrary-2.0-sdk-3.3.swc. It works fine in Photoshop CS4 to CS6. In Photoshop CC the following functionality does not seem to work:
CSXSInterface.getInstance().storePreference
CSXSInterface.getInstance().storeSharedPreference
CSXSInterface.getInstance().retrievePreference
CSXSInterface.getInstance().retrieveSharedPreference
As a result my panel does not store and retrieve any settings in Photoshop CC.
Is the CSXSLibrary 2.0 not fully supported by Photoshop CC anymore or is this a bug in Photoshop CC?
Is there a workaround for the problem? Thanks for your help!