Comments

Once again, I am disappointed with Parse official rep answers, which are, again, wrong.

It is NOT possible to change the error code or message of a response. It will always be status code 141 (Parse Script Error) when you do a response.error(...).

The best you can do is to pass a json as a message.

Comments

UPDATE (Feb 2015): I have replaced these tools with Fastlane.


If you localize your app, you should be also localizing your screenshots.

It sounds like a nightmare if you have 10 supported languages. Multiply that be 3 device types – iPhone 3.5 inch, iPhone 4 inch, and iPad – and you will have 150 screenshots to capture, and finally upload!

Fortunately, iOS development has matured so much that there are tools and scripts to help in these processes.

Continue reading →
iOS
Comments

This guide is for building muliple targets/apps for a single project, follow-up of an old post in 2009.

If you have 2 or more versions of the same app eg. a lite and a pro version, or many versions of the same map app but for different country, then this guide is for you.

Let’s use the scenario of an “Awesome” app, which I want to create “Awesome Lite”.

Continue reading →