简体   繁体   中英

Download data from iPad in java application

I've tried to use JNA and libimobiledevice to access the memory of an iPad from a Java application, but I have encountered issues doing it this way.

Is there a simpler alternative?

The simple way to make your iPad as a HTTP Server. Java application could access via HTTP Request.

You could use https://github.com/robbiehanson/CocoaHTTPServer . You just open socket for listening.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM