Hacker News new | ask | show | jobs
by linkjuice4all 1098 days ago
Many of us learned development by using a computer to program apps that then ran on that same computer.

As far as I’m aware you can’t do that with iOS devices (potentially including the AR ones).

1 comments

>As far as I’m aware you can’t do that with iOS devices (potentially including the AR ones).

Sure you can. You can fire up Xcode right now and build a self signed app to your phone with whatever the heck you want in it. Distributing that on the App Store is another story, but there's nothing stopping you from executing whatever arbitrary code you'd like on your own phone.

This misses the "same computer" stipulation, no?