Hi all,
Because Apple has rejected the build.
Our app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio. (Because we don't use this permission in our app)
How can I remove the permission RECORD_AUDIO in plist?
Please provide us more idea.
Thanks a lot.
Hi Duy,You cannot use that plugin to change the plist.To do that I think you can use that plugin:https://www.outsystems.com/forge/component-overview/3079/edit-plist-file-pluginOr you can edit the file plugin.xml
e.g
This is the plugin.xml for the Diagnostic Plugin, every Cordova plugin has a file like this one.
You need to find out what is the plugin you are using, where is set the configuration you need to remove.To get the URL for the repository you need to go to the extensibility configuration of the plugin.
After that, you can fork the current version to your repository Git, edit the configurations on the plugin.xml and change the new URL of the new repository on your plugin.
Hi Joel,
Thank you for your support.