You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faqs/apple-health-faqs/index.html
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3759,8 +3759,12 @@ <h3 id="glucose-and-apple-healthkit">Glucose and <em>Apple</em> HealthKit<a clas
3759
3759
<p>If you look at your Health glucose readings, you'll notice the <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> icon for the last 3 hours and the <em>Dexcom</em> icon for times earlier than that.</p>
3760
3760
<p>All other <abbrtitle="continuous glucose monitor, wearable medical device that measures and reports glucose in interstitial fluid">CGM</abbr> readings are reported with the <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> icon and there is no transition after 3 hours.</p>
3761
3761
<h3id="carbohydrates-and-apple-healthkit">Carbohydrates and <em>Apple</em> HealthKit<aclass="headerlink" href="#carbohydrates-and-apple-healthkit" title="Anchor link to this Header on this Page">¶</a></h3>
3762
-
<p>In <code>Loop* 2.2.x</code>, if you set <em>Apple</em> Health app permissions to allow it, <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> will read carbohydrates from the Health app. If you give a third-party app permission to store carbohydrate data in Health, and do not realize that <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> reads that information, you might get unexpected insulin delivery based off those carbs. To avoid that unanticipated behavior, the directions tell you to set permissions to allow <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> to write to carbohydrate storage but not read.</p>
3763
-
<p>In <code>Loop 3</code>, the option to read from Health carbohydrates is explicitly disabled and can only be enabled by setting up special parameters when you build the app. The insructions for the code customization are not in LoopDocs yet. If it is important to you to use a third-party app to record carbohydrates and have <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> read the information and automatically dose with insulin, <ahref="../../intro/loopdocs-how-to/#how-to-find-help">ask for help in zulipchat</a>.</p>
3762
+
<p>In <code>Loop 2.2.x</code>, if you set <em>Apple</em> Health app permissions to allow it, <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> will read carbohydrates from the Health app. If you give a third-party app permission to store carbohydrate data in Health, and do not realize that <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> reads that information, you might get unexpected insulin delivery based off those carbs. To avoid that unanticipated behavior, the directions tell you to set permissions to allow <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> to write to carbohydrate storage but not read.</p>
3763
+
<p>In <code>Loop 3</code>, the option to read from Health carbohydrates is explicitly disabled and can only be enabled by setting up a <code>Build Time Flag</code> when you build the app.</p>
3764
+
<ul>
3765
+
<li>The <code>Build Time Flag</code>, <code>OBSERVE_HEALTH_KIT_CARB_SAMPLES_FROM_OTHER_APPS_ENABLED</code>, is used to enable ability for the <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app to read from the <em>Health</em> app</li>
3766
+
<li>The instructions for this code customization are found in <ahref="../../version/build-time-flag/#modify-the-build-time-flags" target="_blank">Modify the <code>Build Time Flags</code></a>.</li>
3767
+
</ul>
3764
3768
<h3id="insulin-and-apple-healthkit">Insulin and <em>Apple</em> HealthKit<aclass="headerlink" href="#insulin-and-apple-healthkit" title="Anchor link to this Header on this Page">¶</a></h3>
3765
3769
<p>The relationship between <em><abbrtitle="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> and <em>Apple</em> HealthKit is very important to understand if you ever need to do one of these actions:</p>
0 commit comments