2016-11-16 89 views

回答

0
You can use a silent remote notification 
add the remote-notification key in UIBackgroundModes in your application Info.plist file. 
For more info please check UIBackgroundModes 

<key>UIBackgroundModes</key> 
<array> 
    <string>remote-notification</string> 
</array>