1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// jkcoxson
/// Transfers files between host and the iDevice
/// A proxy for interoping with devices paired with the iOS device
/// This includes the Apple Watch
/// Used for debugging applications on the device
/// Relays diagnostic logs from the iOS device to the host
/// Relays files from the iOS device to the host
/// A required service for most other services.
/// iOS will close other connections if there is no active heartbeat client
/// iTunes file transfer service
/// Manages installing, removing and modifying applications on the device
/// A jumping point for other services
/// Manges and checks provisioning profiles
/// Activates the device for iCloud Activation
/// Manages backups of the iOS device's data
/// Contains mobilebackup for < iOS 4 and mobilebackup2 for >= iOS 4
/// A service for mounting developer disk images on devices
/// iTunes mobile sync service
/// Sends and watches for notifications on the iDevice
/// A service that manages data at the first unlock screen after boot.
/// Prepare to be boarded!
/// Usage unknown
/// Restores an iDevice to a specific backup or iOS version
/// Takes a screenshot and returns it to the host
/// Manages the device's OS base and homescreen.
/// The iOS device's settings. Very fun to mess with.
/// First used on MacOS, this service is used to inspect the JavaScript and HTML of a site running on the device