I have an app with a Top Shelf Extension that uses a UserDefaults(suiteName: "app-group-name") to share data between the main app and the extension. I recently enabled the "Run as Current User" capability for both the app itself and the extension. My expectation was that the Top Shelf content would change when the user changes in tvOS but this is not the case.
What changes are required such that the Top Shelf content can be changed by tvOS user?
What changes are required such that the Top Shelf content can be changed by tvOS user?