Unexpected intents

I haven’t done any work for Intents so I don’t know why iOS is making Siri suggestions for my app.

Every now and then, maybe especially in the morning, my iPhone will show a button at the bottom of the Lock Screen with my app icon, the title of a data record from inside my app, and the caption “Siri suggestion”. Tapping it launches my app but that’s it. The app doesn’t show the record.

Why is iOS doing this? Is this some half-baked effect of using iCloud data or Swift Data?

I can’t release the app with iOS doing this, and adding proper Intent support would delay the release.

Replies

Solved. I had stupid dead code.