Hi Christos,

Looking at PListPropertyStore test suite, I think that when trying to remove a non-existing value from storage it should return NO.
which is not the current behavior
https://github.com/aerogear/aerogear-ios/blob/master/AeroGear-iOS/AeroGear-iOSTests/AGPropertyListStorageSpec.m#L419

wdyt?

Corinne
PS: A couple of FALSE instead of NO
https://github.com/aerogear/aerogear-ios/blob/master/AeroGear-iOS/AeroGear-iOS/datamanager/AGMemoryStorage.m#L158