菜鸟教程小白 发表于 2022-12-13 11:41:53

ios - 我可以在没有 HealthKit 的情况下使用 ResearchKit 吗?


                                            <p><p>这不一定是代码问题,更多的是限制和/或局限和/或理解 Apple 围绕 <em>ResearchKit</em> 和 <em>HealthKit</em> 的隐私政策。</p>

<p>我是否必须使用 <em>HealthKit</em> 才能使用 <em>ResearchKit</em>(我基于代码的假设是否定的)?我喜欢 <em>ResearchKit</em> 的调查部分,但不确定我是否会使用 <em>HealthKit</em> 来存储数据(与下一个问题相关)。</p>

<p>此外,我还看到 <em>HealthKit</em> 有很强的限制 <a href="https://developer.apple.com/library/ios/documentation/HealthKit/Reference/HealthKit_Framework/" rel="noreferrer noopener nofollow">regarding data sharing</a>但我的理解是,它仅适用于通过 <em>HealthKit</em> 获取的数据,不一定是应用程序本身通过 <em>HealthKit</em> 存储的数据。数据共享隐私政策是否仅适用于其他应用收集的数据?</p>

<p>如果有人有 <em>ResearchKit</em> 经验,我很乐意听听您的观点或获得关于此的一些文档的指导。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的,您可以在不使用 <em>HealthKit</em> 的情况下使用 <em>ResearchKit</em>。</p>

<p>一小部分 <em>ResearchKit</em> <em>调查问题</em> 和 <em>事件任务</em> 可选择从 <em>HealthKit</em> 中提取数据,但大部分他们没有。此外,<em>consent</em> 和 <em>charts</em> 模块不直接与 <em>HealthKit</em> 交互。</p>

<hr/>

<p>从法律的角度,<a href="https://github.com/ResearchKit/ResearchKit/blob/master/LICENSE" rel="noreferrer noopener nofollow"><em>ResearchKit</em>&#39;s license</a>与 <em>BSD</em> 类似,因此您可以以任何您认为合适的方式使用 <em>ResearchKit</em> 代码,前提是您遵守它的三点:</p>

<blockquote>
<ol>
<li><p>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</p></li>
<li><p>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.</p></li>
<li><p>Neither the name of the copyright holder(s) nor the names of any contributors may be used to endorse or promote products derived from
this software without specific prior written permission. No license is
granted to the trademarks of the copyright holders even if such marks
are included in this software.</p></li>
</ol>
</blockquote>

<hr/>

<p>如果您想宣传您的应用程序使用了 <em>ResearchKit</em>,您可以按照页脚中的说明进行操作 <a href="http://researchkit.org" rel="noreferrer noopener nofollow">here</a> :</p>

<blockquote>
<p>You may use the ResearchKit mark in order to indicate that your
product uses or is compatible with the ResearchKit software (for
example, “for use with,” “for,” or “compatible with&#34; ResearchKit)
provided that:</p>

<ol>
<li>The product does in fact use ResearchKit software developed by the ResearchKit.org open source project;</li>
<li>The ResearchKit mark stands apart from your brand or trademark (e.g., as in “ResearchKit for Chromium&#34;)</li>
<li>You do not seek to register a trademark containing ResearchKit or theResearchKit logo; and</li>
<li>You do not state or imply in any way that Apple endorses, sponsors or guarantees your product, or was involved in or
associated with its development.</li>
</ol>
</blockquote>

<hr/>

<p>如果您的应用是一项临床研究,并且您想将其提交到 <em>App Store</em>,则您需要遵守 <a href="https://developer.apple.com/app-store/review/guidelines/#healthkit" rel="noreferrer noopener nofollow">HealthKit and Human Subject Research</a> 中解释的额外要求。 <em>App Store Review Guidelines</em> 部分。遵循 <em> <a href="https://github.com/ResearchKit/ResearchKit/wiki/best-practices" rel="noreferrer noopener nofollow">ResearchKit Framework Best Practices</a> 也是一个好主意</em>.</p>

<hr/>

<p>关于您的第二个问题,<em> <a href="https://developer.apple.com/library/ios/documentation/HealthKit/Reference/HealthKit_Framework/" rel="noreferrer noopener nofollow">HealthKit documentation</a> </em> 指出:</p>

<blockquote>
<p>(...) your app must not access the HealthKit APIs unless the app is primarily designed to provide health or fitness services.</p>
</blockquote>

<p>因此,如果从健康或健身的角度来看有意义,我只会将数据存储在那里。否则,您最好单独保存您的应用数据。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 我可以在没有 HealthKit 的情况下使用 ResearchKit 吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32580942/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32580942/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 我可以在没有 HealthKit 的情况下使用 ResearchKit 吗?