Questions tagged [apple]

Apple is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software, and personal computers.

Apple is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software, and personal computers.

50 questions
118
votes
5 answers

How can Swift be so much faster than Objective-C in these comparisons?

Apple launched its new programming language Swift at WWDC14. In the presentation, they made some performance comparisons between Objective-C and Python. The following is a picture of one of their slides, of a comparison of those three languages…
Yellow
  • 1,273
  • 2
  • 9
  • 6
31
votes
4 answers

What language was "standard" for Apple development before Objective C?

I don't think Objective C was in use from the beginning of Apple hardware development. What languages did app developers use for the earlier Apple computers, such as Apple II or Mac Classic?
JoelFan
  • 7,025
  • 4
  • 38
  • 53
12
votes
1 answer

Naming convention for iOS/OSX open-source projects

Not always but most of the time, you will find iOS or Mac OS X open-source projects with names starting with the initial letters of the author first and last names. If a project were to be authored by Nick Leblanc, the project would be read as…
12
votes
2 answers

Why does Apple only allow for Static Frameworks on iOS?

Clearly Apple has the ability to create dynamically loaded libraries (known as frameworks) for iOS, as they ship several with XCode (such as UIKit). App developers only have the ability to create static libraries, or at best, trick Xcode into…
Joel Fischer
  • 223
  • 2
  • 7
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

Is objective-C++ being phased out?

Is apple phasing out support for objective-c++? Note the following: In the Objective-C language manual, there used to be a section on mixing objective-c and c++. That section is now missing. Links to articles on objective-c++ on the apple…
Rob Lachlan
  • 227
  • 2
  • 5
6
votes
1 answer

Does iCloud use windows Azure?

I just read this article on iCloud's use of Azure: http://www.zdnet.com/blog/microsoft/is-apple-really-using-windows-azure-to-power-icloud/9687 Anyone know if there is any truth in it?
Shiraz Bhaiji
  • 527
  • 3
  • 12
6
votes
2 answers

Are there bots that download new iOS apps without being asked?

I noticed on the first day my iOS app hit the app store I got a download from Albania and another one from China. The app is only useful to a specific group, all of which are in a certain U.S. city. Are there bots that automatically download…
JoelFan
  • 7,025
  • 4
  • 38
  • 53
6
votes
2 answers

What is the easiest and cheapest way to distribute apple iOS enterprise app?

I work as a developer in a company, The company I work with has to deploy the app I made to their client. Number of clients are 3 and each client has around 100 iPads. Now my question is, What different ways we can use in order to deploy and…
6
votes
2 answers

If I have two developer license accounts with Apple, can I easily switch between the two for app development and publishing?

I've been interested in iPhone development since the release of the iPhone, however, I am on a limited personal budget. I've never been willing/able to fork out the money necessary for an iPhone and a Macbook. I know, some may argue that it's not…
RLH
  • 533
  • 4
  • 16
5
votes
2 answers

What would cause a company to need to move their app on the iOS App Store to different "app"?

I'm not sure what SE site to ask this on, but I figure this is something somebody in the SE community has the answer. Feel free to move this question if this is the wrong place. Recently I launched the game Vainglory on my iPhone for the first time…
Tom Kidd
  • 827
  • 9
  • 16
5
votes
2 answers

Adobe Air apps on the Mac App Store?

Before you chastise me for asking this, I have an Adobe Air app that has a lot of investment in it, and if there is a way to utilize the existing code-base in any way, it is worth considering. I have heard news reports in passing about Adobe…
coneybeare
  • 185
  • 1
  • 7
5
votes
1 answer

Is Apple sample code the "correct" way to go?

I'm in a place were I know how to build apps and have submitted at least 5 for different clients to the app store and wanted to step up my game. So of course I went to Apple resources and analyse the code deeply (I've used Apple code resources…
4
votes
3 answers

Do I need to notify a user if I am using statistics software in an iPhone app?

I am currently creating a (very simple) Objective-C client to send basic statistical data to my server for an iPhone app - just things like the state of the app (first-launch or launch, error, etc), along with the make/model/version (i.e.: "iPod…
Chris
  • 143
  • 3
4
votes
1 answer

How do large companies deal with the 100 device limit in the Apple Developer Program

As far as I know both the regular and enterprise developer programs both have a 100 iPhone limit for development. I don't mean distributing the app for testing where the limit is higher, but for plugging the phone in for debugging with Xcode. How do…
Jonathan.
  • 880
  • 3
  • 9
  • 18
1
2 3 4