From the course: iOS Development: Security

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

User privacy

User privacy - iOS Tutorial

From the course: iOS Development: Security

Start my 1-month free trial

User privacy

- [Instructor] iOS lets users configure how their information is accessed and used. That includes location data and personal information like photos, contacts, or health data. Apps can be granted access to specific information they may need for some of their features. For example, sharing a photo through a social media app requires access to the photos library. The developer of such an app must provide the corresponding declared entitlements. The system prompts the user via a dialog asking for permissions to access the photos. This permission can be revoked anytime through the settings.

Contents