72
Views
2
Comments
[Diagnostic Plugin] Can I remove the permission RECORD_AUDIO in plist?
Question
diagnostic-plugin
Mobile icon
Forge asset by Domingos Gomes

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.



2019-03-07 09-58-19
Joel Simoes

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-plugin

Or 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.


UserImage.jpg
Duy Huynh

Hi Joel,


Thank you for your support.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.