The iPhone smartphone designed by Apple Inc. The first iPhone was introduced on January 9, 2007. The iPhone runs on the iOS platform and can download and install applications from the iTunes app store.

learn more… | top users | synonyms

-1
votes
0answers
26 views

IPhone Game: what additional banner images should I use to promote my game?

I went to iTunes connect and that's the list of images I understand are required: App Icon App Screenshot previews However sometimes I see that featured game have a special banner like this Angry ...
1
vote
1answer
94 views

How can I avoid false positives with “blow” input?

I’m working on a game which uses blow functionality to move an object in the game screen. This screen also has background music in it. The problem is that the microphone is detecting the BGM as blow ...
2
votes
0answers
338 views

Best way to set up Flurry for game

I'm working on a Fantasy, strategy async multiplayer game and I want to use Flurry to record events in the game. In the game you can build, grow and train troops. In Flurry you can log an event, and ...
0
votes
0answers
43 views

How to check collision between two sprites when each already in another's bounding box?

Sprite a attacks sprite b. b is vanished. And a is already in another b's boundingbox. How to check a is already in another b's boundingbox. I code only to detect collision like: if ...
2
votes
1answer
54 views

Display CCSprites with a delay

I am a beginner in cocos2d and I wanted to display coin CCSprites as soon as it moves off the screen with a 5 second delay. So this is what I wrote in my main gameplay layer to add 7 coins in a row: ...
0
votes
1answer
75 views

OpenGL ES - write code in Windows

Is it possible to write application using OpenGL ES 2.0 "emulator" from AMD (AMD OpenGL ES SDK) and then use the same code (compile again, of course) in my iOS / Android / Whatever application ? The ...
4
votes
3answers
291 views

Are July and August bad months to release an iPhone game? [closed]

After one year of indie game development I end my development cycle in summer time. I spoke recently with a marketing advisor and I was told me that I should never release something over the summer as ...
0
votes
1answer
208 views

Rendering Texture Quad to Screen or FBO (OpenGL ES)

I need to render the texture on the iOS device's screen or a render-to-texture frame buffer object. But it does not show any texture. It's all black. (I am loading texture with image myself for ...
3
votes
1answer
175 views

How to sync game tick in peer to peer game?

I am making a 2-player iphone action game using a synchronization service (in this case Firebase). The service allows state syncing through the internet, but I have to execute all game logic on the ...
2
votes
2answers
605 views

Tutorial to port XNA game to MonoGame on iOS?

Are there any good tutorials to convert a current XNA game to work iOS using MonoGame?
2
votes
3answers
136 views

Determining which edge a collision occurred on in a platformer

First of all, this will be Open Source, and you will be mentioned for the help. We've been programming a Super Mario Remake for the iPhone with Cocos2d for school. It looks pretty great, and we ...
0
votes
1answer
25 views

Calling CCRepeaForever on CCLabelTTF Makes Label Not Show Up

I have a CCLabelTTF in the top right hand corner of the view. -(void)scrollScoreLabelAndMonkey{ scoreLabel = [CCLabelTTF labelWithString:@"0000" fontName:@"Marker Felt" fontSize:30 ]; ...
0
votes
0answers
63 views

Catching an object from sky in Cocos2d and Box2d world

My world has a gravity of -9.8 and there are KDynamicBodyType bodies falling from the sky. At the bottom there is a PhysicsSprite with KinematicBodyType. I want the PhysicsSprite to be able to catch ...
0
votes
1answer
61 views

Set texture of a LHSprite that is loaded from LevelHelper

How do i set the image/texture of an LHSprite that is loaded into xCode using levelHelper & spriteHelper? I am using sprite sheets. So i tried to load the image the old fashioned way using ...
1
vote
0answers
117 views

iPhone GLSL shader dynamic branching issue

I am trying to pass an array of vec3 as uniform and then iterate through them on each pixel. The size of array varies on situations so I can't make the loop with constant number of iterations. ...

15 30 50 per page