菜鸟教程小白 发表于 2022-12-13 09:35:42

ios - 在没有开发者帐户的情况下使用 iOS 模拟器试用 HealthKit


                                            <p><p>我想在没有 iPhone 开发者帐户的情况下在 iOS 模拟器中测试 HealthKit 应用。我添加了一个启用了 com.apple.developer.healthkit 功能的授权文件,当我构建应用程序时,它似乎将文件包含在包中,但是当我尝试访问 HealthKit API 时,模拟器会抛出此错误:</p >

<pre><code>Error Domain=com.apple.healthkit
Code=4 &#34;Missing com.apple.developer.healthkit entitlement.&#34;
UserInfo=0x7fc939f091c0
{NSLocalizedDescription=Missing com.apple.developer.healthkit entitlement.}
</code></pre>

<p>是否有任何选项可以在没有开发者帐户的情况下在 iOS 模拟器中试用 HealthKit?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要将授权添加到项目中。</p>

<p>转到<code>项目设置>>功能</code></p>

<p>向下滚动列表到 <code>HealthKit</code> 并打开它<code>ON</code></p>

<p>如果您在真实设备上进行测试,那么您还需要从您的苹果开发者帐户中为该特定 appID 添加该权利,并更新配置文件并重新下载。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在没有开发者帐户的情况下使用 iOS 模拟器试用 HealthKit,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/26434322/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/26434322/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在没有开发者帐户的情况下使用 iOS 模拟器试用 HealthKit