Hacker News new | ask | show | jobs
by sohailk 4022 days ago
you could potentially bundle xcode + xctool + github into some sort of adhoc app store, no?
1 comments

It will probably have a really short code signing certificate expiration date, so you'll have to rebuild and reinstall all the time. They'll probably notice when 100000 users debug-sign the same app ID too...
Re-signing could be done automatically when you plug your iDevice (unless TTL is really short like 1 hour). App ID, hash could be changed easily as well.
If you change the app ID you start over with an empty app data directory, which is a bit of a hassle.
Well I presume the hash wouldn't change in between installs, just from user to user.