- Learning iOS Penetration Testing
- Swaroop Yermalkar
- 70字
- 2021-07-23 14:49:17
iOS application sandboxing
Robust sandboxing features have been built by iOS that prevent the applications from accessing the data or files of other applications.
The following figure showcases the iOS application sandboxing concept:

So, as shown in the preceding figure, Application 1 can't access the data of Application 2 by default.
There are certain features such as URL schemes through which they can transfer the data but with limited conditions.
推薦閱讀
- Mastering Ext JS(Second Edition)
- JMeter 性能測試實戰(第2版)
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Instant Typeahead.js
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Mastering Apache Maven 3
- Mastering JavaScript Design Patterns(Second Edition)
- Visual Basic程序設計上機實驗教程
- 計算機應用基礎教程(Windows 7+Office 2010)
- Odoo 10 Implementation Cookbook
- IDA Pro權威指南(第2版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Flink入門與實戰
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 用Go語言自制編譯器