Hacker News new | ask | show | jobs
by verelo 4259 days ago
64 bit is already a requirement, right? We submitted an update a few weeks back and it wouldn't pass verification without us adding 64 bit support (which took a few days of work - it added a few issues but nothing major, they were just tricky to track down)

We're working on moving over to the iOS 8 SDK already. What a massive pain in the backside that is proving to be.

1 comments

We also hit this - it was a bug, and was fixed within a couple days. They are now rolling this out intentionally on Feb 1.

This is a challenge for us because we use a large 3rd party library (WebRTC) that has a bunch of armv7 assembly in it, but Feb 1 should be enough time to get it sorted.

Ah nice, now that is frustrating. We just ended up fixing it, where did you find it was a bug? I find the communication between Apple and the general developer community is pretty difficult to come by (even after millions of installs of our app)