0
votes
1answer
81 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
0answers
215 views

Unity3D: collider performances on mobile iOS devices

I'm experimenting with Unity3D and colliders. Unfortunately I still don't have Unity Pro version and I can't use the profiler. Consider the following situation: mobile devices (ios, iphone 3GS). an ...
10
votes
2answers
454 views

$0.99 or Free with Virtual goods - Revenue Model for mobile games

I'm trying to decide between a paid game and a free to play game. Is there research on the pros and cons of each one. I would really appreciate some concrete data on this and not just opinions. This ...
0
votes
1answer
132 views

UDK iOS ; base Class

I want to make a game with UDK for mobile and I wonder if There is any limits? I mean, for example, can I use UTPawn as my base Pawn class when making a game for my mobile(iOS) game? How can I know ...
4
votes
5answers
1k views

Is it worth planning to be cross-platform in mobile game development?

Disclaimer: my goal is not to use cross-platform frameworks like Unity. I am currently planning a mobile game which I intend to first launch on iOS. However, I am wondering if it is better to write ...
1
vote
1answer
465 views

Securing a TCP connection on iOS for an MMO

I am currently building an iOS MMO and I'm leaning towards using TCP as my networking protocol over the higher level HTTP (for the speed difference and the fact that it does not require the client to ...
6
votes
4answers
691 views

Mobile game monetization idea - pay to remove ads?

Has anyone tried a free app/game with Apple's iAds with an in-app-purchase to remove the ads? Just wondering if this works. A friend mentioned that some apps do this... is this a common and/or ...