The iPhone is a touch screen mobile device by Apple Computer Inc. running the mobile iOS operating system.
Questions tagged [iphone]
130 questions
74
votes
15 answers
How should a developer reject impossible requirements?
Here's the problem I'm facing:
Quote From Project Manager:
Hey Spark, I'm assigning you the task of developing a framework that could be used for many different iOS applications. Here are the requirements:
It should be able to detect the thickness…

sagarkothari
- 819
- 7
- 14
37
votes
6 answers
How to avoid big and clumsy UITableViewController on iOS?
I have a problem when implementing the MVC-pattern on iOS. I have searched the Internet but seems not to find any nice solution to this problem.
Many UITableViewController implementations seems to be rather big. Most examples I have seen lets the…

Johan Karlsson
- 481
- 1
- 5
- 14
32
votes
2 answers
what is a dylib?
I am developing an iphone app and working through some sample code I saw, which uses libz.dylib. I did some research and found nothing enlightening, other than libz.dylib could be used for zip files, but other frameworks are prefered...
I'm dealing…

manuelBetancurt
- 830
- 2
- 9
- 16
26
votes
5 answers
MonoTouch vs Objective-C for iPhone/iPod/iPad development
For someone with .Net experience and wanting to develop for iPhone/iPod/iPad, is it worth learning Objective-C? Is MonoTouch a good alternative? What are some of the trade-offs when using MonoTouch vs coding in Objective-C?

ysolik
- 6,340
- 4
- 34
- 50
24
votes
11 answers
Why it is necessary to to test my iPhone app on actual iPhone device
I developed one application for iPhone and now I want it on App Store. So many my iOS geek friends told me to test it on actual device i.e. on iPhone.
So I wonder that why it is necessary to to test my iPhone app on actual iPhone device though they…

NSS
- 421
- 3
- 12
21
votes
10 answers
What is the benefit of 64 bit A7 in iPhone
I'm trying to figure out why going to 64 bit processors is such a big deal in an iPhone. I understand that there will be twice as many registers so the processor can work with twice as much data which should increase performance.
However I don't…

Chris.Stover
- 323
- 2
- 8
11
votes
2 answers
As a Europe-based company, is it possible to write a custom iPad application for a customer?
Our customer wants us to write a custom application for him that he can use on a handful of iPads in his company. This application is probably only useful for this one customer (maybe for two or three more in the future, but only after additional…

Heinzi
- 9,646
- 3
- 46
- 59
10
votes
3 answers
MonoTouch/MonoDroid + C# = trustable?
Possible Duplicates:
MonoTouch vs Objective-C for iPhone/iPod/iPad development
As a C# developer, would you learn Java to develop for Android or use MonoDroid instead?
I'm very curious about the tools named MonoTouch and MonoDroid to create…

HelloWorld1
- 333
- 2
- 9
10
votes
3 answers
Any hard evidence on how much smart phone app developers have actually earned?
I am considering making a smart phone app. Before I start, I want to see whether it is worthwhile at all. Unfortunatelly, I find it very hard to find any hard evidence on how much the developers of such apps actually earn either via application…

David
- 4,449
- 6
- 35
- 48
10
votes
1 answer
Current iOS version/device statistics?
The answer to this SO question has become stale: iOS version/device statistics - where can I find?
because time currency wasn't part of that question, and iOS version updates have been release since this question was asked.
Is there a web site or…

hotpaw2
- 7,938
- 4
- 21
- 47
9
votes
9 answers
Revenue sharing with customer who is unable to pay development fee
I have a potential customer who has an idea for an ipad application but is unable to find sufficient fundings for this.
One idea that came up is that I do the work either for free or for a minor fee and then receive a percentage of the income from…

egil
- 485
- 1
- 4
- 9
9
votes
7 answers
Is a simple iPhone app more appealing to users than a mobile website?
My client wants to do an iPhone app because she's found that people are significantly more likely to use the iPhone app over a mobile optimized site. The iPhone app is very simple - it just displays a couple images and some text. As a programmer I'd…

Ryan
- 1,645
- 2
- 15
- 24
9
votes
3 answers
Is it unethical to track app usage through REST API calls?
I am building an app that communicates with my website with ASIHTTPRequest to a PHP-based REST API on the server side.
Naturally, in my app I have different endpoints on the server side, and usually return JSON data.
Is it unethical to log counters…

barfoon
- 303
- 1
- 2
- 7
8
votes
2 answers
Cloud service and IM protocol advice, for a backend to group chat mobile app
Overview
I’m going to develop an app on Android and iOS. It will allow users to set up group ‘chat rooms’ and talk on chat rooms set up by other users. The service needs to be highly scalable, such that it could accommodate a massive increase in…

Jon Cox
- 157
- 2
- 11
7
votes
3 answers
Is it possible to use C++ code in an objective-c iPhone app
I'm thinking about writing an application that will have a web-version and an iPhone version (and perhaps later also an android version).
Since there is some algorithms that are the same on the iPhone and the web versions, I was wondering if it is…

Pete
- 8,916
- 3
- 41
- 53