I am trying to generate a Combine publisher off didReceiveRemoteNotification
Similar to this code below:
NotificationCenter.default.publisher(for: UIApplication.willEnterForegroundNotification)
I want to use SwiftUI Lifecycle and don't want to use AppDelegate methods using @UIApplicationDelegateAdaptor