Hi!
I'm currently trying to implement lock screen widgets for iOS 16 and my app requires the new func recommendations() -> [IntentRecommendation<Self.Intent>]
function of the IntentTimelineProvider
being called, because the widget is configureable. I followed in my implementation the Emoji Rangers example.
However, I've debugged my app as well as the Emoji Rangers example project on device, but this function is never being called. What should trigger this? What is required for the function to being called?