Skip to content

iOS app? #159

Answered by Schlaubischlump
EashanC23 asked this question in Q&A
Discussion options

You must be logged in to vote

Theoretically it could be possible, but that would require a complete rewrite from the ground up including adjusting the dependencies like libimobiledevice, which is in development since more 10 years. And you would most likely still require a second iOS device to spoof the location of the other device.

Explanation:

  • The app is written with AppKit, not with UIKit. iOS does not support AppKit at all. That means the complete UI needs to be rewritten with UIKit and needs to be kept compatible with all platforms.
  • libimobiledevice needs usbmuxd, which is available on the mac (with a sandbox exception). iOS does not have a usbmux daemon at all. You need to write one yourself, that is compatible…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EashanC23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants