OvalMoney / react-native-fitness

A React Native module to interact with Apple Healthkit and Google Fit.
MIT License
343 stars 68 forks source link

on IOS , getCalories return [] #66

Closed StarksJohn closed 4 years ago

StarksJohn commented 4 years ago

Hello everyone, my authorization is successful on ios, and both step and distance can get data, but on the debug and release packages, getCalories method return [], has anyone encountered this problem ? image

StarksJohn commented 4 years ago

time period problem,solved

GuleriaAshish commented 4 years ago

How did you solve it? I am also facing the same issue while using getCalories(), it always return me an empty array.