- Mobile Application Penetration Testing
- Vijay Kumar Velu
- 149字
- 2021-07-16 12:46:43
iOS permissions
The iOS permission model is quite different compared to the Android platform, Apple has mandated that every single app accessing any class must request user permission, since all data is extremely segregated.
The following screen capture lists the applications that have been provided access to Photos:

With the recent release of iOS 8 and 9, there are plenty of changes to the privacy settings of the user and multiple features that the user can control have been introduced, for example, granting permission to an application that needs access to your photos. The following screen capture is one such example:

The changes to the settings are:
- None of the applications are allowed access to location information
- Only the app that is in the running state can use the feature, for example photos, camera, speaker, mic and so on
- Only apps that are allowed to can access location information
推薦閱讀
- 數據庫原理及應用教程(第4版)(微課版)
- ETL數據整合與處理(Kettle)
- 揭秘云計算與大數據
- UDK iOS Game Development Beginner's Guide
- 3D計算機視覺:原理、算法及應用
- 數據革命:大數據價值實現方法、技術與案例
- Spark大數據編程實用教程
- Starling Game Development Essentials
- Python數據分析與數據化運營
- 菜鳥學SPSS數據分析
- Spring Boot 2.0 Cookbook(Second Edition)
- 數據中心經營之道
- 從零進階!數據分析的統計基礎(第2版)
- Learn Selenium
- C# 7 and .NET Core 2.0 High Performance