Questions about issues that are specifically related to Apple's iOS operating systems (whether directly or indirectly).

learn more… | top users | synonyms (1)

0
votes
1answer
510 views

Can I use Xcode 4.2?

Can I use the new Xcode 4.2 to make apps for older version of the iOS? Will they work? I like the new features like the Storyboard and Automatic Reference Counting.
4
votes
5answers
497 views

iPhone vs Windows Phone development

I am a computer science student working on some mobile games. However, I am completely torn and keep going back and forth deciding whether to learn Windows Phone or iPhone development. I love ...
4
votes
2answers
625 views

What is the iOS equivalent of Michael Hartl's Rails 3 Tutorial?

I'm a newbie programmer and I've been reading Michael Hartl's Ruby on Rails 3 Tutorial. I'm enjoying the book very much. It's easy to follow and doesn't assume I know much. I'd also like to learn to ...
6
votes
2answers
634 views

Developing professionally for iOS, Android and web - an insight

This is not really a question on how to develop all three, I know various cross platform ways and so on. But I more want to know from developer standpoint how hard it is to basically develop iOS, ...
0
votes
1answer
1k views

How long does it take for an Apple Developer Program application to be approved?

I just registered my company with the iOS developer program. How long does it take for the registration to be reviewed?
1
vote
2answers
2k views

Using a different App-ID, what are the consequences?

The company I work for has recently been given an order to improve an App that is previously developed by a different company. They use a bundle identifier like com.theircompany.appname, however, I ...
5
votes
3answers
463 views

Building iOS Applications using MonoTouch

I am planning to learn objective-c to be able to build iOS Applications I have seen some guys using Monotouch sdk, I am really confused where to start from. I have a solid experience in Developing ...
2
votes
4answers
279 views

How much risk is involved to launch a smartphone application initially for non iOS phone? What are the advantages?

I am working on an idea as a hobby project, and I have almost finished it in android and about to finish in Java ME platform, and we are also planning it on other smartphones including blackberry, iOS ...
3
votes
8answers
551 views

Mobile Apps for Hospitals?

I currently work for a pretty large hospital and have been dabbling in iPhone development for a couple years. The CEO is wanting to get together a group to see what mobile technology we could create. ...
6
votes
5answers
354 views

How can I make the transition from being a beginner to an Intermediate/advanced level iPhone developer?

I've been programming for the iPhone for quite some time now. I have read books like Beginning iPhone 4 Development by Jeff LaMarche and Programming in Objective C by Stephen Kochan. Right now I am ...
3
votes
2answers
410 views

Better to use one large plist or many small plists when developing for iOS?

I'm creating a simple "find one of our locations" app for iOS 4, for which I have a list of >70 places, complete with addresses, business hours, etc. Is it better to put all of this data in one large ...
0
votes
3answers
276 views

What cannot be unit-tested in mobile app?

I really value unit-testing in developing webapps. I haven't had any experience in developing mobile apps. Is there anything that cannot be unit-tested in mobile apps? And what is the workaround for ...
8
votes
1answer
1k views

Which mobile development platform is easiest to develop?

From your experience in developing mobile apps, which mobile development platform is easiest to develop? iOS, Android or WinPhone 7? And why would do you think it is the easiest? If you can order it ...
5
votes
5answers
7k views

Is the macbook air 11" 2 gig sufficient for xcode development?

i've googled this question A LOT and i get a heap of conflicting answers -- mainly by people who do not in fact own a macbook air and are just giving their opinions. My problem is i was just given a ...
1
vote
1answer
885 views

Do I need to buy individual ios developer subscriptions for the members of my team, if I have a company subscription?

My guess is I have to, and if I do, I'll buy them while the company license is under review.
4
votes
4answers
3k views

Recommended solutions for integrating iOS with .NET, at the service tier

I'm developing an application, in iOS, that is required to connect to my Windows Server to poll for new data, update, etc. As a seasoned C# developer, my first instinct is to start a new project in ...
2
votes
2answers
89 views

Apple subscription for customer

When developing an iOS application (freelance) for a customer, how do you handle the iOS Developer Subscription? On the one hand, I have no problem submitting the app using my own subscription. On ...
0
votes
1answer
146 views

What is the genesis of the “Golden Master” term?

The name "Golden Master" evokes a level of martial arts proficiency or maybe even a final cut of a film. I think context clues provide adequate explanation of a Golden Master release. I would define ...
0
votes
1answer
530 views

iOS App Store Developers - What is the 'copyright name' of an app?

I understand that whenever you upload a new app, you can set the copyright name for the app. Where is this name displayed? Is this name displayed underneath the name of the app when searching in the ...
9
votes
3answers
1k views

How can I register in the iOS developer program as a minor?

Recently, I started learning about iOS application development, and while the simulator is fine for starting out, I've gotten to the point that I really should be testing the Apps I write on an actual ...
13
votes
4answers
333 views

Moment to release an app to the App Store

Is there a good moment to release an app? Is there a bad moment to release an app? For example, maybe Spring/Summer won't get as many sales as the Fall/ Winter. In the sense that kids getting out of ...
8
votes
4answers
1k views

iPhone app store — adding ads to free app

I have a free app in the store. I am considering an update. It would add some additional options, but also ads. I am curious if anyone else has done this, and if so what was the reaction. Did it ...
4
votes
2answers
2k views

How to set up a multi-developer iOS environment?

Let me explain my need: I'm having a networked environment with 3 computers connected to a server which will be running full-time. The server also runs a FTP server. I would like to create an ...
3
votes
4answers
298 views

Converting to a mac-book pro for multi disciplined development

I am in a bit of a bind. I have been contracted to create a small suite of applications for Android, iOS and WP7. Currently I am also on the market for a new notebook for development. Now the issue I ...
3
votes
1answer
201 views

Has anyone had a positive experience using Google Analytics in their native iOS app?

I'm having a hard time finding reviews on Google Analytics for native iOS apps and I was hoping to find some programmers on here that have any experience with it. If so, how well did it work? Thanks ...
2
votes
6answers
872 views

iPhone development 101 presentation

I will be asked to do a short presentation of the iPhone development to a small group of people who aren't familiar with the concept. It should be a pretty basic one and touch the surface of ...
3
votes
2answers
3k views

Would knowing Python help with creating iPhone applications?

Here is what the apple site says: With Snow Leopard, Mac OS X makes it easy to use scripting languages as full application development tools. Snow Leopard ships with support for the ...
3
votes
5answers
744 views

Does learning to develop for iOS create a lock-in? [closed]

If I begin my career (first job) with developing on the iOS platform, does that lock me in into iOS and Mac OS X development only? By locking me in I mean will that create barriers for me to switch ...
2
votes
2answers
692 views

iOS Development: What are some reasons I should to use XAuth to authenticate a twitter user?

I see many people using XAuth in their app to authenticate twitter users and I'm wondering what are some situations that I would want to use XAuth in my own apps. Thanks so much for your wisdom!
12
votes
2answers
2k views

I'm porting my app from iOS to Android: what do I need to know?

What pitfalls should I avoid? What Java language paradigms do Objective-C developers consistently misunderstand? I learned to program in Java, but I have worked in nothing but Objective-C for years ...
4
votes
2answers
478 views

What is the most secure way to “Grandfather In” existing users of a paid iOS app that will go free?

The title pretty much says it all, but I can elaborate. I have a paid iOS app that has plenty of existing customers. I think i want to convert to a free app now, and allow full upgrade via ...
1
vote
3answers
292 views

Release an upgraded iOS app with a different revenue model

I am starting a new iOS project and initially plan release a simple free version to gather feedback. I don't intend to monetize or market this initial version. However, I believe "Version 2" of this ...
2
votes
6answers
2k views

Should I still consider using Appcelerator Titanium for building mobile apps if I don't have any web dev skills?

I'm an experienced desktop developer who's recently begun writing iOS apps and would like to venture into Android development as well. I've been hearing a lot of talk surrounding the Appcelerator ...

1 2 3 4 5