krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

requestPermissions: Failed #70

Open kdChavada opened 3 years ago

kdChavada commented 3 years ago

Not At solution requestPermissions: Failed

GwonHyeok commented 3 years ago

@kdChavada

When the Android SDK version is 30, requestPermission always fails.

The problem was temporarily solved by changing the Android SDK target to 29.

@krokyze Can you check the problem?