PluggableAppDelegate icon indicating copy to clipboard operation
PluggableAppDelegate copied to clipboard

Responds to selector when services has Implement delegate method

Open kagenZhao opened this issue 5 years ago • 0 comments

Fix UserNotifications delegate methods implementation. Override "responds(to:)". resolve some warning, such as: "You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist. You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.

kagenZhao avatar Nov 18 '19 05:11 kagenZhao