I use NSUSerActivity
and CoreSpotlight
for indexing. I set the thumbnailURL
in the contentAttributesSet
property as usual. Images are downloaded from a server and the activity object is created before the image get's downloaded. So I set a "placeholder" image and when I have the chance I update contentAttributesSet.thumbnailURL
to the correct one. But when I try to search for the same item in Spotlight the image stays the same.
Is there any special condition that I have to be aware of when updating such info?
thumbnailURL
to? Have you tried using thethumbnailData
property instead? – dan