打印出现:You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:
解决办法:
第一种:Product -> Target -> Capabilities -> Background Modes -> 勾选Remote notification
第二种:info.plist文件配置:Required background modes->App downloads content in response to push notifications
本文来自博客园,作者:稻草人11223,转载请注明原文链接:https://www.cnblogs.com/hero11223/p/6744469.html