Reputation: 1429
Does the apple provide any framework or library for Mac desktop that let me find or connect to IOS devices?
thanks a lot.
Upvotes: 0
Views: 254
Reputation: 923
Apple does not provide anything formal. Under the covers is the private MobileDeviceAccess.framework.
Take a look at https://bitbucket.org/tristero/mobiledeviceaccess - that puts Objective-C helpers around a bunch of the functionality.
Upvotes: 1