cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
554 stars 681 forks source link

App is asking permission everytime #988

Open Bimal2614 opened 5 months ago

Bimal2614 commented 5 months ago

I have added all the necessary things in the manifest and all files, still asking permission on mobile everytime I call the module

ciriousjoker commented 1 month ago

I predict that you forgot to add the permissions to AndroidManifest.xml. In this case, the permission dialog contains all permissions, but even when you allow them in the UI, the app isn't actually granted the permissions, so it asks for the permissions again every time.