HealthVault 3.0-preview.4

HealthVault 3.0-preview.4

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Sep 2017

Maintained by Nathan Malubay.



HealthVault 3.0-preview.4

  • By
  • Microsoft

healthvault-ios-sdk

[CI Status]

About

healthvault-ios-sdk is an iOS framework you can use to build applications that leverage the Microsoft HealthVault platform. healthvault-ios-sdk is actively used by the Microsoft HealthVault for iPhone app.

Features

  • Handling of user authentication and secure credential storage.
  • Serialization/Deserialization of all HeathVault data types.
  • Caching and offline support for HealthVault Thing types.

Example

The example project demonstrates how to:

  • Authenticate with HealthVault.
  • View, create, update and delete most core HealthVault types, including blood pressure, medication, conditions, procedures, immunizations, blood glucose, exercise and diet.
  • manage files - view, download and upload files in HealthVault.
  • De-authorize your application from HealthVault.

Setup

Objective-C

@import HealthVault;

Swift

import HealthVault

Registering your applications

All applications must be registered with the HealthVault Application Configuration Center (ACC) before they can connect to the service. During registration, the ACC will request that you upload an appropriate certificate which will be used subsequently to secure communications between your app and the service. For more information on how to obtain an appropriate certificate, please see Creating Key Pairs.

Contribute

Contributions to the healthvault-ios-sdk are welcome. Here is how you can contribute:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.