I am building a Today Extension to an app, and it works great to modify my application data. But now my dynamic UIApplicationShortcutItems
are out of sync.
I can't access UIApplication.shared
from my extension. Is there a way to ask the app to update UIApplication.shared.shortcutItems
without bringing it to the foreground?