简体   繁体   中英

Get User health data from Microsoft Health Cloud API in iOS

我可以通过iOS应用程序从Microsoft Health Cloud访问健康数据吗,是否有任何限制?

Yes, the Microsoft Health Cloud API is a web service, so it can be used by any client capable of HTTP requests. You'll need to manage the OAuth-based authentication within your iOS application (eg by hosting a web view that allows the user to sign-in with their Microsoft Account) but, after that point, it's just plain REST.

See the Getting Started documentation for more details about authentication and API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM