question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fitness.requestPermissions(permissions) does not show permission allow modal

See original GitHub issue

Fitness.requestPermissions(permissions) .then((authorized) => { console.log({authorized}); }) .catch((error) => { console.log({error}); });

When i login into permission with my google account it keeps loading. I followed all steps and double checked all of them but does not stop loading keeps loading and does not ask me permission help 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
XiNiHacommented, Jan 22, 2021

Flutter equivalent https://github.com/krokyze/FitKit/issues/69 also having the same issue. I guess it’s from the Google side. There is a workaround posted which is publishing the app on the API Console.

1reaction
z3tsubououcommented, Jan 15, 2021

Hey @z3tsubouou have you got any solution for this?

Nope i still trying i think i need use client id somewhere but also i think it is not the issue. Maybe we need verify app. If you got any solution help me too. If i got solution i will help you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Request app permissions - Android Developers
... Allowing other apps to start your activity. Package visibility. Overview · Know which packages are visible automatically · Declare package visibility ...
Read more >
Flutter grant permission not showing - Stack Overflow
I am trying to access the storage with native android code. In my MethodChannel I try to request the android permission but nothing...
Read more >
Permissions - .NET MAUI - Microsoft Learn
Learn how to use the .NET MAUI Permissions class, to check and request permissions. This class is in the Microsoft.Maui.
Read more >
Best way to handle permissions in your Flutter app
If the user has denied the permission because they did not trust us, we show them a brief explanation to make them understand...
Read more >
Google Play Services and Runtime Permissions
If the permission your app needs hasn't been granted by the user, the requestPermissions method should be called to ask the user to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found