Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The result is null #7

Open
cx5168 opened this issue Jun 8, 2018 · 2 comments
Open

The result is null #7

cx5168 opened this issue Jun 8, 2018 · 2 comments

Comments

@cx5168
Copy link

cx5168 commented Jun 8, 2018

After the call method, the callback function returns the result of NULL。
Please help!

@vijaysd
Copy link

vijaysd commented Jun 22, 2018

Same happened with me any one found solution?

@Nicholas1490
Copy link

Same issue here.
When calling

Pedometer.queryPedometerDataBetweenDates(startDate.getTime(), endDate.getTime(), (pedometerData) => {
       console.warn(JSON.stringify(pedometerData));
});

I get null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants