Tagged Questions
iOS is the name of Apple's mobile operating system that can be found in the iPhone and iPad devices. Questions in this category may refer to issues that are: specific to the operating system itself specific to the situations in which it is being used specific to development on these devices as ...
1
vote
3answers
107 views
Logistics of becoming a iOS development Firm
We've had a lot of success in our company with the iOS apps that we have made that we are now looking at branching out and offering our services to people who want iPhone/iPad applications made for ...
1
vote
2answers
161 views
Is it right for Apple to reject an app from AppStore when it is better than one of Apple's or treads on their toes? [closed]
I read that Apple rejected some apps because of special features Apple thinks are their own.
I wonder if there is a limit to the right of Apple to reject apps from iOS and OSX AppStores. For example, ...
-3
votes
0answers
34 views
What Is A Good iOS Mobile Message Bus Architecture? [closed]
Could someone please suggest suitable architectures for message bus communication from an iOS mobile device application (initially iPad) against corporate servers (MS environment)? They connect via ...
0
votes
0answers
29 views
Platform for developing mobile Vs Xcode & Objective-C for iOS devolpment [closed]
I started a couple of weeks ago learning Objective-C to enter the iOS development world, I am coming from some others programming languages background I wasn't pro like most of you guys but I am very ...
-2
votes
3answers
69 views
Should I release my app only in the local App Store? [closed]
I have an iOS application which I targeted for Danish users. The UI language is English or Danish, but the news content is Danish; this is the main part of its functionality.
The first day the app ...
0
votes
0answers
37 views
Advantages of using Adobe Flex over the native Eclipse environment for Android apps? [closed]
What are the main advantages to using Flex over regular Eclipse IDE for Android apps?
0
votes
0answers
55 views
What is the easiest and cheapest way to distribute apple iOS enterprise app? [closed]
Possible Duplicate:
What is the easiest and cheapest way to distribute apple iOS enterprise app?
Already been asked but no answer(assuming because of less audience on programmers) : ...
1
vote
1answer
65 views
What critical iPhone programming (methods/skills/languages/etc) would you teach to new teenage programmers? [closed]
Alaskan high schools are looking to teach iPhone programming skills to their students.
Where would you start?
More specifically:
What languages would you teach, first, second, third? Would you ...
-4
votes
1answer
115 views
Is Macruby a usable choice over Objective-C in iOS development? [closed]
I've been pondering various thoughts for some iOS apps, and would really love to actually prototype some of them via Xcode. However personally I have no experience with C-related languages, and aim ...
-2
votes
1answer
58 views
What are the things that you consider in reviewing an iOS source code?
We're going to do some peer reviews for our iOS projects. We're kind of inexperienced at reviewing each other's codes. The iOS developers attending the reviews will be from other projects, since ...
-1
votes
0answers
88 views
What are the benefits and disadvantages of using web technologies over Objective C, for iPad development? [closed]
Possible Duplicate:
HTML5 hype as native app replacement - reliable analysis and sources
I wondered many times why people are using HTML 5 or jQuery for iPad app development and I have ...
-2
votes
1answer
116 views
iOS Server: HTTP/Apache Drawbacks?
I'm looking to create a client/server application for iOS devices, where client is the iPhone/iPad and server is hosted either at home (Macbook w/ Apache) or online. I've seen many methods suggested ...
-2
votes
0answers
24 views
Display complex mathematical equations in iOS 5.0 devices [migrated]
I am working on an app for iPhone and iPod Touch that has to show complex mathematical equations like algebraic, integration, summation formulas along with some text.
For that I have used Quartz2D ...
0
votes
1answer
77 views
planning the same app for both OSX and iOS
I would like to ask which is the best strategy for creating an application that will be developed both on Mac and iPad, so to make minumum effort to port it from one platform to the other, starting ...
1
vote
1answer
137 views
Making an HTML5 application for both Android and iOS
I was checking out a video tutorial on HTML5 using Dreamweaver to do Android and iOS apps (using Phonegap) and it clearly mentioned that you need a Mac to debug and simulate for iPhone, iPod, etc. Is ...