You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to fetch steps with a minute interval using the getSteps function in Android, the code execution stops at the getSteps method without any error being logged.
I am using @ovalmoney/react-native-fitness v0.5.3
Expected Behaviour:
The getSteps function should successfully fetch steps with a minute interval and log the data to the console.
Actual Behavior:
Code execution stops at the getSteps method without any error being logged.
Steps to Reproduce:
Use the provided getSteps function with a minute interval in an Android environment.
Attempt to fetch steps within a specific time range.
Observe that code execution stops at the getSteps method without any error being logged.
Additional Information:
This issue occurs specifically when attempting to fetch steps with a minute interval.
No error messages are logged, making it challenging to debug the issue.
Steps are fetched with the days interval without any problem in both android and iOS.
Please respond as soon as possible as we are in active development phase and the app release date is near.
We have a requirement to fetch the data from last 10 days. But as a work around, I reduced the time and fetched the steps with minute interval of last one hour. It is working. Let me know if there is a data ceiling for steps with minute interval.
Environment:
Platform: Android
RN version: 0.71.3
The text was updated successfully, but these errors were encountered:
When attempting to fetch steps with a minute interval using the getSteps function in Android, the code execution stops at the getSteps method without any error being logged.
I am using @ovalmoney/react-native-fitness v0.5.3
Expected Behaviour:
The getSteps function should successfully fetch steps with a minute interval and log the data to the console.
Actual Behavior:
Code execution stops at the getSteps method without any error being logged.
Steps to Reproduce:
Additional Information:
This issue occurs specifically when attempting to fetch steps with a minute interval.
No error messages are logged, making it challenging to debug the issue.
Steps are fetched with the days interval without any problem in both android and iOS.
Please respond as soon as possible as we are in active development phase and the app release date is near.
We have a requirement to fetch the data from last 10 days. But as a work around, I reduced the time and fetched the steps with minute interval of last one hour. It is working. Let me know if there is a data ceiling for steps with minute interval.
Environment:
Platform: Android
RN version: 0.71.3
The text was updated successfully, but these errors were encountered: