Open ariveraati opened 6 years ago
It appears the plugin.xml file is missing the necessary entitlements for iOS to function properly.
plugin.xml
<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> <config-file target="*-Release.plist" parent="aps-environment"> <string>production</string> </config-file>
It appears the
plugin.xml
file is missing the necessary entitlements for iOS to function properly.