CoreSpotlight indexing
问题 Hi I'm trying to implement CoreSpotlight in my app. When indexing do I need to run this every time or is it sufficient to run this once when app is installed for the first time? If app is deleted do I need to index again? Here's the code I'm using: - (void)spotLightIndexing { NSString *path = [[NSBundle mainBundle] pathForResource: @"aDetailed" ofType:@"plist"]; NSDictionary *plistDict = [[NSDictionary alloc] initWithContentsOfFile:path]; NSArray *plistArray = [plistDict allKeys]; for (id key