Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add healthkit entitlements in plugin.xml #60

Closed
dariosalvi78 opened this issue Jun 6, 2017 · 3 comments
Closed

add healthkit entitlements in plugin.xml #60

dariosalvi78 opened this issue Jun 6, 2017 · 3 comments
Assignees
Labels
enhancement feature request

Comments

@dariosalvi78
Copy link
Owner

add these two to plugin.xml as done in Telerik's plugin:

    <config-file target="*/Entitlements-Debug.plist" parent="com.apple.developer.healthkit">
      <true/>
    </config-file>

    <config-file target="*/Entitlements-Release.plist" parent="com.apple.developer.healthkit">
      <true/>
    </config-file>
@dariosalvi78 dariosalvi78 added the enhancement feature request label Jun 6, 2017
@dariosalvi78 dariosalvi78 self-assigned this Jun 6, 2017
@JulianLaval
Copy link

Out of curiosity, what does this achieve? Would it remove the need to include HealthKit as an application service when provisioning the certificate?

@dariosalvi78
Copy link
Owner Author

I have no idea 😄
If you compile your app in XCode, as now you need to manually set the entitlement in the project configuration. I guess that this would set the entitlement automatically.

@JulianLaval
Copy link

This is the Telerik merge that explains it: EddyVerbruggen#83

Apple Documentation on entitlements here: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html

Seems that you can essentially enable app services / entitlements manually via the developer console or on a dynamic basis via XCode. TIL 🙂

@ghost ghost closed this as completed in 98871e3 Jun 20, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request
Projects
None yet
Development

No branches or pull requests

2 participants