Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
AN0NlM0's avatar
AN0NlM0
Honored Guest
2 years ago

Meta store asking justification for permissions not on the manifest

The app store is asking to justify some permission my app ask as shown in the first picture but the manifest but the manifest we are uploading doesn't ask for storage permissions. Is there a way some config are overrriding the manifest?

 

1 Reply

  • Hello ,

    You can try following with your unwanted Permission. even if you not have the Permission in your Android Manifest , Unity adds it at build.   With the "remove"  it removes the ones you dont want.

    i found myself this at https://skarredghost.com/2021/03/24/unity-unwanted-audio-permissions-app-lab/

    at the very bottom.  And it worked. (quest2/3 applab project.)

     

    <uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />

    Hope it works