MacOS App Store – Submit / Review / Reject / Repeat?

Let me start with: I like Apple, the company and its products. As a developer, I like the MacOS App Store and I appreciate Apple reviewing apps to ensure high quality as well as security. Hence I’m cool with app sandboxing even though that makes developing utilities pretty challenging. I get all that. But my experience with the reviewers has been “varied” – to say the least. One particulay case makes the hair on the back of my neck stand up:

app store screenshot with crazy faceIn 2014, I created a utility app that required a certain level of file access. I went through several rounds of submit / reject / re-submit / re-reject / etc. At one point, I actually got a phone call from a friendly Apple App Store reviewer. He wasn’t allowed to provide me with a solution, but he did strongly “hint” at what I was to do to make it through the review process. I did exactly that – and got rejected again. So I gave up.

Just now, 1.5 years later, I said “what the hell” and rewrote the very same app in Swift – just for fun – simplifying some of the functionality while adding a simple Downloads folder entitlement. And I got rejected again with somewhat cryptic (and to some extent nonsensical) comments, which reminded me of my first experience. When I replied and asked for clarification, they responsponded and suggested I approach it just like I had done in my first rejected Objective C version. Fine, so I basically implemented the exact functionalty of the old version, almost line by line. The resulting app did everything exactly like the old app, same logic, same flow, same UI, same approach to sandboxing. I re-submitted – and it got approved!!!

What am I supposed to make of that?! I know the Apple reviewers are human and make mistakes or at least have different views. Either way, it’s pretty ironic that the very same app that was repeatedly rejected now got approved. Are the guidelines that much open to interpretation?! Again, I’m all good with Apple reviewing submitted apps and everyting, but please don’t make it SO hard, Apple! Don’t make your developers waste so much of their lives trying to make it through the review process…!

 

Why Your Photo Library is taking over your Computer

Like many of you have properly observed, your photo library is getting out of control. Every year, you seem to be taking more pictures than the one before and, oh by the way, the resolution of your cameras (point ’n shoot, cell phone, etc.) is getting higher and higher too.

As a little programming exercise, I analyzed my photo library going back to when I starting collecting digital pictures (for Mac users, check out your own photo library with this little program). Here’s what I found out:

  • Between 1996 and 2002, photo sizes were basically flat at 0.15 MB per picture.
  • Starting with 2003, the average image size increased by 58% on average annually (from 0.15 MB to ~3 MB per picture; and I’m not using super high-tech cameras, otherwise the sizes would be significantly higher)!
  • Over the last 10 years, the average count of pictures taken per year increased by 41% annually!
  • During the same time, the increase of total storage increased by 35% on average annually (without accounting for meta data, duplication due to editing, etc.)

 

ScreenShot2015-07-05at8.57.47PM
(The year 2005 is somewhat of an anomaly due to high-res, professional wedding pictures.)



Bottom line: total storage space required for pictures is growing exponentially. Although the number of pictures one can take per day is probably going to top out somewhere (hopefully somewhere below 1 picture for every minute of the day!), the resolution will keep climbing, at least for a while.
With the introduction of SSD drives, storage has become faster, but the cost per terabyte is still higher than for regular hard drives and capacity ultimately will have a hard time keeping up with the exploding demand, especially for the ubiquitous laptops. (If you’re working with a lot of videos in addition to images, all bets are off.)

Where does all this leave us? I believe that ultimately the solution will be to store all these pictures not on your hard drive, but in the cloud. Photo management software will eventually need to adjust and store only a subset of your library on your drive, maybe in the form of thumbnails and meta data (Apple’s new Photos app is already moving in this direction). For viewing and editing of your pictures, the originals would then have to be downloaded on the fly. All of this not only requires a fast internet connection, but also trustworthy, reliable and affordable online storage. At the end of the day, few us will be able to store our own photo libraries on our own systems any more. The software (and storage) vendors will have the challenge to make this experience seamless and reliable. But in the end, that’s probably the only way to make photo storage sustainable.