iOS is an operating system for mobile devices created by Apple Inc. It runs on the iPhone, iPad, and iPod touch.

learn more… | top users | synonyms

1
vote
0answers
43 views

Finding iOS indie developers to promote?

we created a discovery service at for iOS apps. we only show top apps (rated 4 stars or better) and ones that recently went free. our other main twist is making it fast to scroll through the different ...
-2
votes
0answers
30 views

libGDX vs AndEngine vs any other game-engine? [closed]

i am going to make a game like 2D-ARCHERY for Android,iOS & Windows with world-wide scoreloop & in-purchase enabled. but right no i am not worried about windows & iOS.I have all knowledge ...
2
votes
1answer
193 views

My game is mostly complete, how do I find a publisher?

I've been working for quite a while on a game. I'm mostly done with it. Simply finishing the project, adding banners and just publishing it on google play / appstore probably won't bring in any ...
0
votes
0answers
26 views

NSNotificationCenter or array of delegates to broadcast information?

I'm writing a buff class that will have a delegate to the caster and an array of delegates that call the affected objects (can be tiles or sprites). After some research on how to create an ...
3
votes
1answer
42 views

How to setup libGDX project only for Android & iOS?

I have developed some applications on android.But now i want to learn game development in Android & iOS with libGDX. I want to only develop for Android & iPhone.I do not want a desktop ...
1
vote
0answers
24 views

Multi Resolution graphic for ios 4 and ios 5

i have used cocos2d-x to code game for ios 4, ios 4s, ios 5 with screen size (3.5 inch and 4 inch) First, my resource are desgined for ios 4 and ios 4s with screen size : 3.5 inch. so if i want to ...
-2
votes
0answers
49 views

How to generate coins (items) on the terrain [closed]

I'm working on a 'Tiny wings' follow this link :"http://www.raywenderlich.com/32954/how-to-create-a-game-like-tiny-wings-with-cocos2d-2-x-part-1" I'm currently having problems generating items auto, ...
0
votes
0answers
16 views

Doesn't clear sandbox after Quit game in IOS6

I created a turn based game by using game center. When I quit the game , in sandbox it doesn't clear. All quit games are listed in sandbox. How can I clear the sandbox ? Thank you.
0
votes
0answers
18 views

AdMob integration on iOS with libgdx

Using libgdx is quite simple to embed AdMob banners on Android, following this guide. I would like to know if it is possible to embed the same banners in the app while compiling the project with ...
2
votes
1answer
113 views

Do I need any knowledge of Objective C to port a game to iOS using Unity3D?

I have no experience with Objective-C and I know iOS simply as a user of iphone and ipad devices. Now, I know that Unity3D can port my game to iOS without needing to know Objective C (that's what ...
4
votes
1answer
112 views

Mixing Javascript with C++ for mobile development?

I have a few games for the iPhone, Android, and Windows 8 that I built using native C++. This works great but is really limiting when I try to create menus and start screens. I have read about rapid ...
0
votes
0answers
36 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 ...
1
vote
1answer
80 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?
0
votes
1answer
65 views

How to store NPC movement data?

In my 2D tile-based game, I have NPCs that move around on a fixed path. I am putting the information about the NPCs in a .plist file that is loaded on startup. The thing is, I'm not sure how to format ...
0
votes
0answers
25 views

Gesture recognition libraries or some advices

Apple provides these classes to recognize user gestures: Tapping (any number of taps) UITapGestureRecognizer Pinching in and out (for zooming a view) UIPinchGestureRecognizer Panning or dragging ...
-1
votes
3answers
136 views

Hardcore or casual? Help me understand please

I am working on an easy casual physics puzzle on iOS for kids and thought of this question. In my honest opinion casual kids games must have simple gameplay - one tap or command for a step, several ...
3
votes
2answers
88 views

OpenGL ES 2.0: Enabling hi-res on iOS

I created an empty iOS project and then added a custom GLView class which is then added to AppDelegate. I have following questions: 1) How do I enable hi-res retina mode on iPhone 4? Currently I am ...
2
votes
0answers
58 views

Cinema 4D to Android and IOS SDK

how can i convert Cinema 4D animation or models to use in games for android and IOS SDK? or what kind of format is required for SDK games? if i make a dancing character, do i need to make separate ...
3
votes
1answer
61 views

Saving data across same game in multiple devices [closed]

Is there any library or something that works like iCloud but for different operating systems (Android, IOS, Windows Phone) that allow me to save game data to cloud and open the game data from another ...
0
votes
0answers
54 views

OpenGL ES 2.0 - Rendered texture is blank [closed]

I am attempting to render to a texture, then render the texture to the screen, but it always seems to be blank no matter what I do. Can you guys take a look for me and see what I am missing here? The ...
0
votes
0answers
31 views

Best strategy to group multiple CCPhysicsSprite into a single game character. [Cocos2d + Chipmunk]

It is my first game using Cocos2D with Chipmunk and I have a bit of a novice question. I am using the CCPhysicsSprite to create different parts of a character. I would like to be able to group these ...
0
votes
1answer
81 views

ios screen design -> how to target multiple devices [duplicate]

I am writing an IOS Game, landscape only and I am having a conceptual issue with my artwork. The screens are all different sizes. Retina, non-retina as well. Non Retina ipads + ipad mini is 1024 x ...
0
votes
1answer
19 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
1answer
113 views

iOS OpenGL ES 2.0 How to Billboard on Sphere and Rotate with Sphere

I have a sphere (earth) in OpenGL ES 2.0 for iOS. I also have markers that I want to place at lat/lons on the earth - but I want the markers to always face the user ( billboards ) but also move with ...
1
vote
1answer
45 views

in an ios open gl es 2 game - is it better to use a few large texture atlas or many small textures

I'm working on new game, this time moving to more 3d objects and open gl es 2. Previous (successful) game was open gl es 1 and mostly 2d. For es 2 I'm developing my own 3d engine. My 3d artist ...
0
votes
1answer
75 views

Cocos 2d move CCsprite in array of points [closed]

I need a CCsprite to move to the points in my array those points will form a circle.I know to move CCsprite but my app crashes when i make it to move in array of points. Help me where i am making ...
3
votes
3answers
332 views

How can I deploy a JavaScript game into the iOS app store?

Unfortunately, I don't have a Mac, so I can't develop for iOS. I understand that HTML5 apps run in the browser, but is there a way to make an HTML5 app (e.g. a JavaScript game) and get it deployed ...
-1
votes
1answer
106 views

MonoGame iOS and Game Performance [closed]

My friends and I are developing a game for Ipad/Iphone using the monogame Framework. We are at the final stage of the development and we are having some issues concerning the deploy of the game. This ...
0
votes
1answer
28 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 ...
5
votes
2answers
224 views

How to combine tap and long hold gesture recognizers?

I have a game in which the player moves around a sprite by tapping on various sections of the screen (left, right, up, down). So far, each tap moves the sprite one tile (I use a tile system for ...
0
votes
0answers
38 views

GameCenter invite friend with list of GKInvite

I am using Game Center in my game for iPhone in IOS 6. I have a tableview with a list of GameCenter´s friends . When I click a friend name, this friend recieve anotificatión (Game Center Notification) ...
2
votes
1answer
198 views

How to create a 2D ocean effect in cocos2dx and box2d for iphone, android, windows phones

Currently my game needs a top ocean view. Can this ocean effect done using box2d? or should I dive into write my own physics (liquid/water simulation). Ideas and suggestions are welcome.
1
vote
1answer
77 views

Bodies do not stay sticked together by joint in retina display

I'm rehearsing on Box2D revolute joints. Everything's going pretty well except for one thing. For some reason bodies joined together with revolute joints do not stay sticked, they start getting apart ...
3
votes
2answers
65 views

using DirectX to generate a sprite sheet

I am building a site in HTML5 for my client and it must run on the iPad/iPhone (i.e. Safari on iOS). They want a 3D effect where they have a simple, yet, specific product they want to show on the ...
0
votes
0answers
41 views

Refactoring Sprites to their own classes OpenGL es 2 [closed]

I was following along with http://www.raywenderlich.com/9776/how-to-create-a-simple-2d-iphone-game-with-opengl-es-2-0-and-glkit-part-2 and I've hit a wall. I can't for the life of me figure how to ...
0
votes
1answer
51 views

Exporting spritesheet for Cocos2d

I would like to know how people usually save the animations in order to load them easily in Cocos2d with as few hard-code as possible. E.G. The solution I thought of is to have one plist file ...
0
votes
0answers
54 views

Cocos2d/Box2d Component based entity system

Recently I've read somewhere that it is not a good idea to inherit from CCSprite class when making your game objects. In my CBES each Game Object has : -PhysicsComponent(responsible for updating ...
0
votes
0answers
41 views

How to select a show and select weapon on touch a bubble that changes continuously weapons! [closed]

hello i need to select a weapon from a floating bubble that changes weapon inside in it ! Bubble must show 2 weapons changing randomly until user taps to gain the weapon (This lets user gain any bonus ...
2
votes
1answer
114 views

Displaying animations during loading screens

Games like Karateka (which uses UDK) seem to be able to asynchronously load GL assets as well as display animation. The splash is incredibly short, then presumably their glView shows up. I can think ...
0
votes
1answer
85 views

Rewrting a 2D Java game for mobile and desktop with midi & native elements [closed]

I'm rewriting a Java game I created a few years ago, mainly so I can get it onto iOS. I've been searching for a few months now and haven't settled on the best way to do this yet. So I ask for your ...
0
votes
1answer
115 views

Develop a 2d isometric mobile game on Flash [closed]

I'm building a game on Flash that will run on web/Android/iOS. The game is 2d isometric.I heard that developing mobile apps on Flash sucks and the graphics looks just awful.It'd be quite uncomfortable ...
0
votes
0answers
38 views

Image is displaying in inverse order cocos2d

I am drawing image in cocos2d using opengl call but image is displaying inverse order, i faced same problem previously that time i used to change value of CC_TEXTURE_NPOT_SUPPORT to 1 from 0 in ...
2
votes
0answers
85 views

Looking for ios game design management document template [closed]

i am looking for ios game design/development management document template in order to break down my work flow and structure.
2
votes
0answers
101 views

Displacement Mapping opengl-es

I need to do an application similar to this Morfo. And I posted a question here where the answer states the solution is "Displacement Mapping" . And I googled this to do it in opengles. I couldnt get ...
2
votes
1answer
129 views

Minimum target iOS version for games

I have noticed lately on the App Store many games have been updated to require a minimum of iOS 4.3 to run thus eliminating support for pre-retina devices. It is now 2013, my question is what should ...
0
votes
0answers
57 views

Draw mesh on 2d image in cocos3d [closed]

Hi friends I want to draw mesh on 2d image as shown in this image, below I have given code, but application is crashing and no error message is displaying...so facing difficulty to identify the ...
-3
votes
1answer
243 views

Which game engine does “Ridiculous Fishing”(iOS) use? [closed]

Does it use game engine or just c++ libs? Its UI is concise and smooth.
0
votes
0answers
26 views

How to implement enemies similar to Monster shooter game in cocos2d? [duplicate]

We are recently creating game with cocos2d API. This game is similar to Monster shooter game for iOS and android. Following is the link to above game : http://game-lion.net/monstershooter/ In this ...
0
votes
1answer
288 views

Create cylinder using OpenGL-ES [closed]

I want to draw cone using OpenGL ES I have gone through many links to draw cylinder but I don't have any idea or approach to draw the cylinder. I've seen the gluCylinder function for OpenGL, but no ...
-1
votes
1answer
53 views

GLES2 rendering performance for different iPad generations

I'm using C++/GLES2 for iPad only (no iPhone). The only device I own is an iPad2 and I do not plan to support iPad 1. Can anyone help me understand realistic goals/limits on iPad 2/3/4 in terms of ...

1 2 3 4 5 7