Live data from Hacker News

iOS Dev Tools

iosdev.tools

31–37 of 37 posts

Re: iOS Dev Tools

#37

I was surprised to see the mention of Rollout which I hadn't heard of which claims to allow you to push hot fixes to native iOS apps. Although I've been out of the iOS game for a while, I recalled this being against Apple's ToS. Apparently this is is still true to some degree, but they have an interesting blog post about how they can work around these restrictions. https://blog.rollout.io/2016/01/updating-apps-withou…

TLDR; it's because they're not pushing new features but rather bug fixing through the proper channels (Webkit framework or JavascriptCore).

The interesting bit being that they can patch native methods using JS. You have to write a specific patch in JS though and still fix the original native code before pushing out the next version.
Post reply on HN