How to get sleep data without healthkit in iOS 10

Multi tool use
How to get sleep data without healthkit in iOS 10
I wants to get accurate sleep data into my iOS app without using health kit.
Please provide suggestions.
https://apple.news/As1Ja5ZpOSzOt--RV8NkIWQ
@KarthickRamesh I want to display user sleep data in admin panel and i want it without health kit as it needs user permission.
– Hemant Solanki
Jul 2 at 5:58
1 Answer
1
No, for getting sleep data from iphone you need to use the health kit. Even if you use any third party frameworks for getting sleep data, internally it has to use health kit thus requires user permission for the same.
Any way asking permission is one time and hence it should not affect the user experience.
Please check this : apple.news/As1Ja5ZpOSzOt--RV8NkIWQ
– Hemant Solanki
Jul 3 at 5:53
@HemantSolanki Oh, it seems you want to replace science and a work of multiple people for multiple months by a single stackoverflow answer? That won't work.
– Sulthan
Jul 3 at 6:14
@Sulthan I want to know is there any way to get sleep data. i have searched and found above link. so i want to know other alternatives of that.i hope u got it.
– Hemant Solanki
Jul 3 at 6:17
@HemantSolanki They don't get the sleep data, they use phone sensors to create the sleep data.
– Sulthan
Jul 3 at 6:18
@Sulthan yes i know that bro.they have their algorithms to create data from sensor.
– Hemant Solanki
Jul 3 at 6:21
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Can you please be more specific on what you want to achieve here? because for some specific scenarios, there is no way beyond using iOS healthKit!
– Karthick Ramesh
Jul 2 at 5:17