5

Implementing a spotlight search plugin on iOS requires the implementation of the CSSearchableIndexDelegate. Is there a way to trigger reindexAllSearchableItemsWithAcknowledgementHandler and reindexSearchableItemsWithIdentifiers. I would like to be able to trigger them so I can test them.

combinatorial
  • 9,132
  • 4
  • 40
  • 58

1 Answers1

4

The triggers are under Settings > Developer > CoreSpotlight Testing on your iOS device. You may need to start Xcode and connect the device before the option becomes visible.

Valentin Milea
  • 3,186
  • 3
  • 28
  • 29