1.1 Update to Repeat

This morning my 1.1 update for Repeat got approved on the store, which brings some basic improvements to interaction with tasks, a much nicer visual for repeat history as a calendar view, rather than as a simple list of events, the ratings system I wrote about in a previous post, and a Today Widget containing upcoming alarms along with an indication of how close they are. Since I’m still learning my way around the iOS frameworks it’s been an interesting experience, particularly with respect to the way that Core Data works. When I first started looking at using Core Data, and coming from having done stuff with SQLite and MySQL in the past, it seemed pretty terrible in terms of the overhead of code compared to what you actually wanted to do with it (OK, it actually still seems pretty terrible in that respect). ...

Fri, Mar 18, 2016 · Rob

Non-obnoxious app rating appeals

Back in 2014 (and earlier) there was a kerfuffle about the practice of apps being in your face with requests for reviews: Wil Shipley @ The Loop John Gruber and suggesting one star reviews as a response Marco Arment suggesting that a popup request for review should go away entirely Todd Zarwell on being somewhat better behaved and showing a popup dialog only on new versions, and after a certain number of launches I was thinking about this while noodling around with a couple of improvements for Repeat, which has an unobtrusive rating link in the about screen. Whilst wanting to be well behaved, at the same time I think about the number of times I’ve rated apps by using a link in the about screen. I try to rate apps I like fairly regularly since I’m aware the reviews go away when new versions appear on the store, but even so I just don’t think about it when using apps. ...

Tue, Mar 8, 2016 · Rob

Liftoff

This morning I hit the release button on my holiday project, Repeat. As part of my marathon of listening to every development podcast I can, I was recently catching up on the backlog of Release Notes episodes, and in particular the two episodes with guest Justin Williams, where he joked that like every other developer, he started out with a notes app, a task manager and a bug tracker. Repeat is my task manager (at this point I don’t plan on making a notes app or a bug tracker though…). ...

Sat, Feb 27, 2016 · Rob

Adventures in Auto Layout

Since hitting Submit for Review for my side project app, I’ve been having an interesting time. My first version was rejected in review due to a “bug” (actually an intended feature - a disabled button control which became usable once initial setup was completed, which goes to show that even Apple testers don’t read the help docs ;), and I did some cleaning up of my Core Data code, made some graphic changes to make things look nicer, tested some more, and then resubmitted. ...

Sun, Feb 21, 2016 · Rob