Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Issue with the checkPermissionStatus on Android when the user selects "Allow only while using the app" #51

Open
@galunecandrey

Description

@galunecandrey

Hi!

I updated to the latest version(3.0.0+1), and I have an issue with the checkPermissionStatus on Android when the user selects "Allow only while using the app".
Basically, when the prompt appears in Android:

  • If the user click in "Allow all the time", checkPermissionStatus return "granted" (which is fine)
  • If the user clicks in "Deny", checkPermissionStatus return "denied", (also fine)
  • If the user clicks in "Allow only while using the app", checkPermissionStatus return "denied" (here is the problem). But requestPermissions return "granted".

On IOS all good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions