Git Product home page Git Product logo

Comments (8)

ritheshSalyan avatar ritheshSalyan commented on August 11, 2024 1

I too had this issue.

The problem in my case was, that I had not run pod install after modifying podfile.

Solution: reinstall the pod.

  1. Move to ios folder
    cd ios
  2. Run the command pod install.

this solved my issue.

from flutter-permission-handler.

lazarvgd avatar lazarvgd commented on August 11, 2024

The proposed solution does not work.

from flutter-permission-handler.

TimHoogstrate avatar TimHoogstrate commented on August 11, 2024

Dear @lazarvgd,

Does this also happen while you test this in the Example app?

Kins regards,

from flutter-permission-handler.

tilongzs avatar tilongzs commented on August 11, 2024

I have encountered the same problem.Sorry, I am not good at iOS compilation and the Example app cannot be compiled successfully.
Tested on iOS 16.7.7, iphone 8.

from flutter-permission-handler.

Phenek avatar Phenek commented on August 11, 2024

Specific App Settings Permission
image

this bluetooth permission request returns permanentlyDenied status

      var status1 = await Permission.bluetooth.request();

In fact Permission is granted, I can scan nearby bluetooth devices!

And the example app return a 'Granted' answer:
image


It seems related to our own project...

So I tried to put the project reference in pubspec.yaml

  permission_handler:
    path: ../../flutter-permission-handler/permission_handler

I still got a permanentlyDenied status for my application, and it does not stop on breakpoint in file
flutter-permission-handler/permission_handler/lib/permission_handler.dart

If you have any advice to debug this?
let me know.

from flutter-permission-handler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.