Post

Replies

Boosts

Views

Activity

Comment on SwiftUI App Protocol and Remote Notifications
AzureNotificationHubs-iOS uses swizzling that is why standard delegate methods don't get called. Microsoft documentation says to "Add the NHAppDelegateForwarderEnabled key [to plist] and set the value to 0" and it works. With this key in place swizzling is not used and delegate methods work as expected.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’22