Fetched Properties - Predicate
问题 I have a question about using fetched properties inside a NSPredicate (see below 'My question'). It's not about the predicate to get the fetched property. For clarification and for others, which may also face this problem I tried to make a small sample project. SAMPLE PROJECT The need to use Fetched Properties came, because my app was rejected because of violating the iOS Data Storage Guidelines. In QA1719 they write: Apps should avoid mingling app data and user data in the same file. I think