Do remote push notifications require to add UIBackgroundModes in Info.plist?
问题 I have integrated remote push notifications, but I am getting this warning: didReceiveRemoteNotification:fetchCompletionHandler:] , but you still need to add " remote-notification " to the list of your supported UIBackgroundMode s in your Info.plist . My Xcode version is 8.3.1. I really want to add this to Info.plist . I have followed some tutorials as well but they didn't mentioned this either. What should I really do? 回答1: Yes, you should enable Background Modes/Remote notifications to be