add UIBackgroundModes in plugin.xml

This commit is contained in:
huangminlinux 2018-06-04 17:02:38 +08:00
parent cc7328ad77
commit c022a06461

View File

@ -30,6 +30,11 @@
<param name="ios-package" value="JPushPlugin" />
</feature>
</config-file>
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>remote-notification</string>
</array>
</config-file>
<config-file target="*-Debug.plist" parent="aps-environment">
<string>development</string>
</config-file>