IOS – Allow apps writing to iOS Health – duplicate records

applicationshealth.appiosiphone

If I allow an application to write data to iOS Health, e.g. a number of steps; would it corrupt the existing tracking made by the phone itself? In other words:

  • iphone is tracking the number of steps and writes data to iOS Health
  • app is tracking the number of steps and writes data to iOS Health

Would that double the value of the steps counter? What's the purpose of allowing apps to write the same data as iPhone is already tracking?

Best Answer

Apps can write data to Health because this allows you to add data from other sources.

For example, you might go on a run without your iPhone but with another health tracker which could track the activity (such as steps). The linked app for this tracker could import the data into the Health app.

iOS Health will figure out duplicate data by itself and won't count activities twice.