first video

(download)

Comments (0)
Posted
by Hwan-Joon Choi 

iPad icon size ≠ iPhone icon size

Just noticed our iPhone icon looked funny when run on the iPad.  It seems, at least on the simulator, the iPad app icon size is 72px, different from the 57px on the iPhone.  Here's a screenshot of how the 57px icon looks against a 72px icon.

Filed under  //  icon   ipad   iphone  
Comments (0)
Posted
by Hwan-Joon Choi 

AppStore front page!

This is amazing -- within days of the Olympic curling event starting, Cool Curlings LITE has skyrocketed up to the top 10 free apps (currently at #6 as I write this), and has appeared on the front page of the App Store.  It's #4 in free games, and has been #1 in both of its subcategories (puzzle and sports, both under games) for about a day.  Its paid sibling isn't doing too shabby, either, currently sitting at #82 (it did reach #80 at one point).  Combined, we have had over 250,000 downloads - it's crazy to think that something we created is being used by quarter of a million people worldwide, and without any kind of a marketing budget!

Never in our wildest imagination did we think our first app will make it this far this fast - thanks to all those who have helped out and downloaded the app!

** EDIT: As of 2/25 at 3pm, we are now the #3 free app overall (#59 among paid apps)! **

 

   
Click here to download:
AppStore_front_page.zip (974 KB)

 

Filed under  //  app store   cool curlings   curling   itunes   olympics  
Comments (0)
Posted
by Hwan-Joon Choi 

iPad beta SDK cannot compile iPhone apps for distribution

Cross-posted here.

Learned this the hard way... if you upgrade your Xcode to the iPad beta (iphone_sdk_3.2_beta_with_xcode_3.2.2.dmg), you cannot compile iPhone projects in distribution mode, even if you set the target device to 3.0/3.1.  I'm not 100% certain what build configuration flag is causing this to fail, but it compiles just fine in my other configurations and I can even run the non-distribution mode build on an emulator.  In distro mode the build always craps out with 18 C++ errors (similar to this).  It's possible that the issue is also related to the fact that I recently migrated to a new macbook, but I had already reinstalled Xcode so I can't imagine that being the issue.

I just downgraded my Xcode to the latest non iPad version (iphone_sdk_3.1.3_with_xcode_3.2.1__snow_leopard__10m2003a) to confirm this, and was finally able to submit version 1.0.2 of Cool Curlings.

Filed under  //  ipad   iphone   xcode  
Comments (0)
Posted
by Hwan-Joon Choi 

LITE version approved in the App Store!

Cool Curlings LITE was approved in the App Store! itms://itunes.apple.com/us/app/cool-curlings-lite/id350523538?mt=8. This is our first app, exciting stuff!

Filed under  //  app store   cool curlings   curling  
Comments (0)
Posted
by Hwan-Joon Choi 

Yet Another "WTF Xcode?" Moment

From what I can tell it's ROT-29'ed... not that it makes any more sense.

Filed under  //  wtf   xcode  
Comments (0)
Posted
by Hwan-Joon Choi 

Versus mode team selection screen

(download)

Demo time! Just playing around with what we've got so far.

Comments (0)
Posted
by Hwan-Joon Choi 

more sneak peek

Jamaica vs the perennial Curling powerhouse, Vatican City!

Filed under  //  curling   jamaica   vatican city  
Comments (0)
Posted
by Hwan-Joon Choi 

Weird Xcode bug

I'm not even sure if this is an Xcode (well, Interface Builder, really) bug or something in our code, but one of our images titled "menu.png" was showing up weird in Interface Builder.  When you run it in the iPhone simulator, everything looks fine, but whenever we opened up our HighScoresView.xib, it would show some weird menu image instead of menu.png, and in the attributes it would show "menu" (without the file extension).  This would go away once we added the ".png" but if you save and reload, the same thing would happen.  Upon inspection of the xib file, it would appear the file is saving correctly:

<string key="NSResourceName">menu.png</string>

but I guess Interface Builder opens it up wrong.  Although this doesn't affect our end product in anyway, we ended up just renaming the file menuu.png and this problem went away.  Strange!

     
Click here to download:
Weird_Xcode_bug.zip (96 KB)

Filed under  //  bug   curling   interface builder   iphone   xcode  
Comments (0)
Posted
by Hwan-Joon Choi