iOS
Comments

I seems to be getting Apple app review rejection every time I sumbit an app update. This time, it is about my use of UIFileSharingEnabled.

The app review team said:

Your app has the UIFileSharingEnabled key set to true in the Info.plist, but this feature is not functional.

When file sharing is enabled, the entire Documents folder is used for file sharing. Files that are not intended for user access via the file sharing feature should be stored in another part of your application’s bundle. If your application does not require the file sharing feature, the UIFileSharingEnabled key in the Info.plist should not be set to true.

Continue reading →
Comments

Recently I was requested by my fiancee to help send bulk SMS to her students. Its an emergency relay.

I know how to send bulk SMS (using SMS API). What it needs is the list of phone numbers in csv format. But all she send me is a ‘nice looking’ word document with the names and phone numbers.. I could spend 10 minutes copy-and-paste the phone numbers..

But being a programmer, I added extraction of mobile phone numbers (Singapore format only) to pyExtractor.

This is the tool which I wrote 1 year ago to extract emails, URLs and domain names.

iOS
Comments

Unlike in previous years (WWDC 2012 and earlier), the developer session videos can be subscribed in iTunes University, hence you can easily download all the videos and conveniently sync to your iPhone to watch.

But for WWDC 2013, Apple provided (an app)[https://itunes.apple.com/us/app/wwdc/id640199958?mt=8], which seems to be the recommended way for developers to watch from their iPhone.

You can also download 1 by 1 from Apple Developer website. ‎ But here is a better: WWDC Video and PDF downloder by ohoachuck.

Or a Python version.