Separate names with a comma.
You should really be using properties for this since your getters and setters don't do anything out of the ordinary. So get rid of the functions...
The delegate is basically an object which you designate to receive messages from another object. These messages are usually fired in response to...
Does Apple allow for a subscription scheme? I'm sure you could have some sort of quazi-subscription scheme based on in-game payments but I'm not...
That's right, and if image is local to the method that fired the timer you'll need to pass it as the userInfo parameter when you create the timer....
I think cocosLive looks the best for this kind of solution. I haven't used it yet myself but if all you want is highscores (and not challenges,...
It is also worth noting that if you have chat you are required to rate your game as having "Mild Mature/Suggestive Themes". But you can disable...
I would just approach the dev's directly. There's a chance that if their app isn't doing any good they'll be happy to get some cash for it and be...
The chat rooms can be disabled so that at least gets rid of some of the clutter :) That's what I like about cocosLive, you have to build the...
Apart from keeping the customer satisfied of course! ;)
No problem! Just realised a flaw in my code snippet so will redo for the benefit of others: [self performSelector:@selector(showDeathGraphic)...
You could just use the NSObject method performSelector:withObject:afterDelay: couldn't you? For example: [self performSelector:showDeathGraphic...
Since the email address you use is your account login I think you would have to contact Apple to have it done manually. Just guessing though!
Right you are! I logged in instantly in IE but it just sits there thinking in Firefox.
I can't even get into iTunesConnect right at the moment! And the login screen graphics are missing, there is only text.
Instructions to do so are readily available by googling. It is recommended only as a last measure though.
Well that's good to know!
Sounds serious... It looks like the crash came about from trying to send a message to an object that you have released. That's the easy part...
I guess you would need to have paid to join the developer programme since you will need to create certificates and provisioning profiles....
Hopefully your lite version and update come out before your sales fall off too much and while you're still on the top 100 lists!
If you're lucky! We always check iTunesConnect every day. That said we haven't released anything in a while so perhaps things have improved :)...