Fitness.requestPermissions(permissions) does not show permission allow modal
See original GitHub issueFitness.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:
- Created 3 years ago
- Comments:11
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.