ios-samples/PrivacyPrompts
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
..
PrivacyPrompts Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Screenshots [Privacy Prompts] Updated screenshots 2014-10-31 13:55:55 -10:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Updating sample for iOS 11 (#182) 2017-08-23 16:08:07 -07:00

README.md

PrivacyPrompts

This sample demonstrates how to check and request access to classes in the Privacy Settings.

Notes

This sample does not show how to set and access the following frameworks:

  • Health Kit
  • Home Kit
  • SiriKit

These frameworks will not run on a device without provisioning profiles that contain the correct entitlements. For more information on working with entitlements refer to the Working with Capabilities guide.

For examples on using privacy settings in these frameworks, refer to the following samples:

  • SiriKit:
    • ElizaChat
    • The following Entitlement key must also be set:
      <key>com.apple.developer.siri</key>
      <true/>
      
  • HomeKit: – HomeKit app
    • The following Entitlement key must also be set:
      <key>com.apple.developer.homekit</key>
      <true/>
      
  • HealthKit: – Intro to HealthKit
    • The following Entitlement key must also be set:
      <key>com.apple.developer.healthkit</key>
      <true/>
      

License

Xamarin port changes are released under the MIT license

Authors

Ported to Xamarin.iOS by Timothy Risi, Larry O'Brien, Amy Burns