So when building an iOS app with NSPersistantCloudKitContainer I use remote notifications in the backgrounds mode capability to enable background fetching but when I try to add that same functionality to my macOS app background mode is not a capability that I can add.
Do I need remote notifications for my NSPersistantCloudKitContainer functionality on a macOS app or is there something else I need to do?