Hello,
Has anybody been able to get their indexed search items to show up in the new iOS 9 search page? I'm building up my search index using the NSUserActivity using the following steps.
1. Create NSUserActivity object. I'm using the reverse DNS name to make the index unique.
2. Set the title and keyword properties on the NSUserActivity object. I didn't set the contentAttributes proeprty yet since I wasn't able to find the contentAttribute properties in the iOS 9 documents.
3. Set the eligibleForSearch, eligibleForPublicIndex and eligibleForHandoff properties to true on the NSUserActivity object
4. Called the becomeCurrent method on the NSUserActivity object.
5. Closed the application and went to the new Search page in iOS 9.
When I typed the title of the index in step #2 nothing was found.
Thanks in advanced!