Can I make my iPhone app's content searchable via Spotlight?
On MacOS X, you can write a Spotlight Importer so that your documents and content can be indexed and searched with Spotlight. 开发者_开发问答I would like to write an iPhone app that generates content that can be searched with iPhone 3.0's new Spotlight search feature. Is this possible, or is this only available on MacOS X?
No, Apple does not allow third-party developers to write Spotlight plugins for the iPhone at the moment. You should file a feature request with Apple if you want this feature.
精彩评论