Separate names with a comma.
There's a little arrow in the top right corner of the view window, give that a whirl :)
They are treated as if they are one and the same. Weird is right.
Not much really, it is very quiet most of the time. But I guess that's just because people will only use it to talk about things that they don't...
Haha if only everything we asked for came so easily! Note that I am yet to try this out for myself but I have seen the same or similar method...
You can... http://forums.toucharcade.com/showthread.php?t=24038. Check the post at the bottom :)
I believe you need to change the language of the computer itself to be able to read Chinese, Japanese etc. At least that is what other devs have...
Some of those errors are a little hard to read but it appears that most of them come from not tidying up the code but they are unlikely to be...
I bet there are plenty of devs in your position or worse. Come back when you're making 5 sales a day max and trying to cover 10k of development...
Of course that is your responsibility but as far as I know there is no documentation provided by Apple that actually outlines these pitfalls...
Hahaha many devs before you have asked the same questions but are still none the wiser!
Thanks!! No we haven't committed to any one in particular just yet, though we have done a lot of research into them all. And we haven't decided...
Don't set the date of an update into the future, if you do this the app you are updating will be removed from the store until that date. I kid you...
And yes this is unfortunately a well-known issue :( If you set your own release date in the future the benefit is you can target your marketing...
I don't belive it will show, out of the developer-set release date and approval date it uses whichever is earliest of the two so setting the...
There has already been much, much discussion on this topic and most people are resigned to the fact that you can't really stop the pirates. Those...
I don't think you're missing anything, this discussion took place prior to Apple's announcement of last week :)
Yes I believe that is correct, because OpenFeint is playing a part in generating sales for Apple they are rewarded with a portion of Apples cut....
Check out this thread, it's currently active: http://forums.toucharcade.com/showthread.php?t=29289 Consensus seems to be to still support 2.2.1...
Supporting the 2.5 OS will be difficult since it doesn't exist :p If you are wanting to support the 2.2.1 OS however change the base SDK in your...
Exactly :) It is also worth noting that obj-c strings are objects and not primitives so they have to be memory managed in the same way that all...