iOS Geek

code and general geekiness.

iPrefs to App Swipe to Review to Nowhere....


Back in November 2011 I started working on a new app that used the Notification Center in iOS 4+ to launch other apps and perform daily tasks (compose iMessage, Tweet, mail etc).

iPrefs

It started life as an app called ‘iPrefs’ and the catalyst was the Settings URL scheme that became public knowledge at the iOS5 release. (e.g. prefs:root=AIRPLANE_MODE)

It made launching your settings easy, bluetooth was one swipe and a tap away, as was airplane mode. The app was fully localized in French, German, Italian and Spanish, would be free with one saved notification shortcut (in-app purchase for max of 10), worked great and was a really nice looking app, very similiar to the notification center.

Before I submitted to Apple for review, I checked the Store for any other apps using the prefs URL scheme and found one other, so thought that the prefs URL’s were ok to use.
-25th November - app uploaded.
-2nd December - app rejected. ‘Non public URL scheme’ was the reason for rejection. (I had other bugs to fix but on subsequent resolution center queries was made aware that under no circumstances could I use the prefs: urls, even to help a user add a Twitter account when none was available in iOS5)

The original code for iPrefs is available on Github.

OK, fair enough I thought. I understood that URL’s could change in the future, so I decided to just move on.

App Swipe

I still knew that Notification Center had great potential (I now know that I wasn’t alone, @drbarnard @artysx @skorebrits were all working on similiar apps around this time) and decided to use its functionality for iPrefs.

With Apple not allowing the use of the settings URL scheme, I decided to use notification center as a quick way to launch my favourite apps.

So I set to work, updating iPrefs to enable the user to choose from a small list of apps, including email, SMS, FaceTime, Facebook and various Twitter clients. You could choose a contact to start the call/sms with, compose a Tweet template, open Ebay or Facebook etc, basically making iPrefs a frequently used task list.
With the apps appearing in notification center, you now had a really quick way to switch between apps that didn’t involved double tapping any homescreens or sideways swipe navigations, which was a win in my book.
I just needed a new name ;-)

Pre-Xmas Opening

-9th December - I was cutting it fine for the Xmas closedown of iTunesConnect when I submitted App Swipe but I needn’t have worried.

-13th December - I received my first ever “Your app requires additional review time” email. Gutted! There was nothing I could do except be very polite and ask via the resolution center if there was anything I could do to help speed things up.

-21st December - Apple emailed me to discuss my app submission. My use of notification center to create ‘quick links’ was the main reason for my rejection (reference app review guidelines 2.4). I had also used an image that resembled the notification pull down screen as my app icon, which they also didn’t like.

iTunesConnect was still showing my app as in review so I rejected the binary, removed the ability to use notification center for shortcuts and changed the offending images.

Pre-Xmas Shutdown Frenzy

-21st December - I re-submitted close to midnight, requested an expedited review, emailed the nice chap who I had spoken to earlier in the day and crossed my fingers. My expedited review was declined which made sense as I didn’t have a major bug or anything that would cause a bad user experience (lesson learned for expedited requests).

-4th January - App Swipe stayed in review until I received a very nice ‘Your app App Swipe has been reviewed, but we are unable to post this version’ email. I’m unable to access the resolution center as this is now resolved but I had a good few pages of back and forth with the very helpful review team. (no sarcasm intended!).

It’s Groundhog day, again

-11th January - rejected.
-17th January - rejected.

App Review Guidelines 10.4 was now my nemesis.

‘Apps that create alternate desktop/home screen environments or simulate multi-app widget experiences will be rejected’.

IMHO App Swipe was very similiar in functionality to other ‘launcher’ apps on the store. I now didn’t have a clue what I could do to the app to make it acceptable and pass review. So I appealed. I don’t have the exact wording of the appeal as I didn’t save a copy, but I’m pretty sure I didn’t beg or grovel. However, I did base my case around the fact that any shortcut was placed explicitly on the screen by the user and not hard wired into the app (man, I wish I’d kept a copy).

Good Feeling

-20th January - My first bit of good news, a positive appeal outcome.
This kickstarted the ‘move to live’ process and App Swipe was available within 24 hours. App Swipe Twitter Status 20th Jan

Updates

-11th February - App Swipe 1.2 submitted for review. Includes a new look and notifications for task reminders.

-19th February App Swipe 1.2 was rejected. Knowing that just a slight variation in how I was handling notifications could be the reason I’m not yet on the store, I took another look at how App Swipe handled various scenarios in relation to the latest rejection reason

It would be appropriate to remove any functionality that includes, or enables the user to create, shortcuts to the Notification Center.

Initially I was baffled, then after further testing and re-reading of the rejection reason, Apples use of shortcuts in the plural jumped out at me. If a user had created multiple reminders and not fired them in notification center then they had effectively a number of application shortcuts ready to be used. So I changed the code to remove additional notifications when the app was launched directly or via a notification. Fingers crossed this will be acceptable.

I still think from a users point of view removing the extra notifications is wrong but Apple must see this differently, so if you agree that this should be the outcome from use of notification in this way, please dupe my enhancement request rdar://10609497)

I received a response that my rdar was a duplicate but as I don’t know the exact wording of the original below is the summary of my enhancement request posted on the 20th December 2011. The original id is rdar://10380471
Notification Center functionality is not fully utilised at present. Pull down gesture could be used to aid user shortcuts to other applications, (does anyone really double tap the home button to switch apps!?) to launch the in built Tweet Sheet for iOS5, to call a friend, open iMessage compose view etc.

Final Update

-18th March - v1.2 was recently approved for sale and is now available on the AppStore. On reflection I believe a number of factors played a part in the long review time. Notifications were only one factor. The timing of my submission co-incided with the new iPad release and I believe the App Store reviewers were likely working double time trying to get as many iPad retina apps ready for launch day.

I’m now a happy camper, and work on 1.3 continues, in fact its awaiting review as I type, this version enhances the UI and adds weekday scheduling.

1.4 is underway and for this version I’ll be refreshing the logo (and maybe a name change) amongst other thing.

Happy Swiping. Nik

Comments