将 HealthKit 权利添加到您的应用程序 ID - 无设备
Adding HealthKit entitlement to your app ID - No device
我刚开始学习 ios development/swift 所以如果这听起来像是一个愚蠢的问题,我提前道歉。
我正在尝试按照一些教程将 healthkit 集成到我的应用程序中。他们都说先去 xcode capabilities 并启用 healthkit。
我的问题是这不起作用。我收到有关将 "HealthKit" 权利添加到您的应用程序 ID 的错误 - 无设备。
tip/idea 我应该做什么?
我也有一个开发者帐户,但我还没有购买任何会员资格(如果有的话)
权利赋予您的 iOS 或 OS X 应用特定的能力或安全权限。
您需要生成证书和配置文件才能获得授权。这可以从 developer.apple.com 生成,但您需要会员才能这样做。
是的,您需要注册开发者计划。
If you’re new to development on Apple Platforms, you can get started with our tools and resources for free. If you’re ready to build more advanced capabilities and distribute your apps on the App Store, enroll in the Apple Developer Program. The cost is 99 USD per membership year.
我只是启用了 Xcode 的自动管理签名并解决了我的问题。
这是我的健康包能力
我刚开始学习 ios development/swift 所以如果这听起来像是一个愚蠢的问题,我提前道歉。 我正在尝试按照一些教程将 healthkit 集成到我的应用程序中。他们都说先去 xcode capabilities 并启用 healthkit。 我的问题是这不起作用。我收到有关将 "HealthKit" 权利添加到您的应用程序 ID 的错误 - 无设备。 tip/idea 我应该做什么?
我也有一个开发者帐户,但我还没有购买任何会员资格(如果有的话)
权利赋予您的 iOS 或 OS X 应用特定的能力或安全权限。
您需要生成证书和配置文件才能获得授权。这可以从 developer.apple.com 生成,但您需要会员才能这样做。
是的,您需要注册开发者计划。
If you’re new to development on Apple Platforms, you can get started with our tools and resources for free. If you’re ready to build more advanced capabilities and distribute your apps on the App Store, enroll in the Apple Developer Program. The cost is 99 USD per membership year.
我只是启用了 Xcode 的自动管理签名并解决了我的问题。
这是我的健康包能力