I was using these two API to set value in plist in lion 10.7.4
(1)::CFPreferencesSetValue(kPrefKeyRegistrationCancelled, value, kPrefAppName, kCFPreferencesAnyUser, kCFPreferencesCurrentHost);
(2)::CFPreferencesAppSynchronize(kPrefAppName);
the same impementation is not working in mountain lion (10.8)
Just update me if there is any change in the implementation in mac os x 10.8
The lockfile is missing in mac 10.8 which is there in mac 10.7


Moderator
CNET Staff
Samsung Staff
Dell Staff