[转]iOS: About diagnostic capabilities

Source:http://support.apple.com/kb/HT6331

Each of these diagnostic capabilities requires the user to have unlocked their device and agreed to trust another computer. Any data transmitted between the iOS device and trusted computer is encrypted with keys not shared with Apple. For users who have enabled iTunes Wi-Fi Sync on a trusted computer, these services may also be accessed wirelessly by that computer.

1. com.apple.mobile.pcapd

pcapd supports diagnostic packet capture from an iOS device to a trusted computer. This is useful for troubleshooting and diagnosing issues with apps on the device as well as enterprise VPN connections. In iOS 8 and later, this capability is restricted to the USB interface and can no longer be accessed over Wi-Fi. You can find more information at?developer.apple.com/library/ios/qa/qa1176.

2. com.apple.mobile.file_relay

file_relay supports limited copying of diagnostic data from a device. This service is separate from user-generated backups, does not have access to all data on the device, and respects iOS Data Protection. Apple engineering uses file_relay on internal devices to qualify customer configurations. AppleCare, with user consent, can also use this tool to gather relevant diagnostic data from users‘ devices. In iOS 8 and later, this capability requires additional configuration before use.

3. com.apple.mobile.house_arrest

house_arrest is used by iTunes to transfer documents to and from an iOS device for apps that support this functionality. This is also used by Xcode to assist in the transfer of test data to a device while an app is in development.

?

时间: 2024-10-17 07:13:53

[转]iOS: About diagnostic capabilities的相关文章

[IOS]clang diagnostic、Wprotocol ..

首先, #pragma 本质上也是声明,一般常用的功能就是打注释.尤其是分段注释 但是#pragma 另外一个强大的功能就是处理编译器警告,用的时候可能就没上一个 功能用的那么多,在代码中处理警告却是极其高效的方法. 其中 clang diagnostic 便是#pragma 第一个功能常用的命令,步骤如下 #pragma clang diagnostic push #pragma clang diagnostic ignored "-相关命令" // 你自己的代码 #pragma c

苹果iOS手机后门的”诊断功能论“不攻自破

7月23日,苹果公司发布公告,题为"iOS:About diagnostic capabilities"("iOS:关于诊断功能"),其中声称:iOS offers the following diagnostic capabilities to help enterprise IT departments, developers, -... 所谓的"诊断功能"("diagnostic capabilities")体现在哪里呢

[转]About the security content of iOS 8

Source:http://support.apple.com/kb/HT6441 For the protection of our customers, Apple does not disclose, discuss, or confirm security issues until a full investigation has occurred and any necessary patches or releases are available. To learn more abo

VAG Vehicle Diagnostic Interface VVDI for Audi and VW

China VAG Vehicle Diagnostic Interface VVDI for the vehicles VW Audi is Windows-based diagnostic software. The VAG Vehicle Diagnostic Interface VVDI for VAG provides full diagnostic capabilities for VAG-vehicles. VVDI Include 3 parts: ImmoPlus, VAG C

iOS9上的Universal Link实现(教程)

1.Universal Link 理解为苹果官方支持deeplink就行了 2.通过点击HTTP链接启动APP Web?iOS应用在支持Universal Link的前提下,当用户点击特点的链接时会自己起动应用 ?App已经安装的前提下:直接启动App然后现实链接内容 ?App没有安装的前提下:Web上继续显示链接内容 3.Universal Link的实现方法 首先需要准备一下内容 Web服务器 ?独立的domain ?SSL证书 ?被签名的JSON文件 iOS应用 ?iOS9以上 ?Xcod

appium()-java-client-api

//appium java-client-api 介绍 原文地址:http://appium.github.io/java-client/index-all.html#_S_ A B C D E F G H I J K L M N O P Q R S T U V W Y Z A AccessibilityId(String) - Static method in class io.appium.java_client.MobileBy About Android accessibility ht

appium第一个安卓自动化工程

转自:https://university.utest.com/how-to-set-up-your-first-android-automation-project-with-appium/ Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS and Android platforms. Native apps are those written usin

ftserver容错服务器操作手册

FTServer服务器简介 Stratus FTServer 系列服务器,是一种具有 99.999+%连续运行时间的标准容错服务器.该系列服务 器使用 Intel 公司 Xeon 处理器,融合了 Stratus 公司三十多年生产容错计算机的技术和经验,消除了 集群系统的复杂操作和高成本负担,为Windows 环境提供了前所未有的高可靠性连续运行保障. FTServer 服务器拥有无与伦比的性价比,专门用于各种需要高可靠性处理能力和远程管理的业务.例如 服务器整合.企业资讯传送.小型数据库应用.企

DesiredCapabilities的作用

负责启动服务端时的参数设置,启动session的时候是必须提供的. Desired Capabilities本质上是key value的对象,它告诉appium server这样一些事情,比如: 本次测试是启动浏览器还是启动移动设备? 是启动andorid还是启动ios? 启动android时,app的package是什么? 启动android时,app的activity是什么? 二.参数的初始化设置 DesiredCapabilities capabilities;// 负责启动服务端时的参数