In your plugin.xml you have to add this to make the plugin install add the feature tags to the staging config.xml
```
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="PluginName">
<param name="ios-package" value="PluginName" />
</feature>
</config-file>
</platform>
```
never edit the staging config.xml manually.
[ Full content available at: https://github.com/apache/cordova-ios/issues/400 ]
This message was relayed via gitbox.apache.org for [email protected]
