Tagged Questions

Apple is the company that manufactures Macs and iOS devices. This tag is too general to be useful on most questions; consider using tags more relevant to the OS and device/computer you're targeting.

learn more… | top users | synonyms

89
votes
33answers
16k views

Why do Programmers Love/Hate Objective-C? [closed]

So I have noticed that there is a lot of animosity towards Objective-C among programmers. What's your take? Is it a vendor lock-in thing against Apple? General antipathy towards Apple? The syntax? ...
54
votes
5answers
26k views

Removing App ID from Developer Connection

How do I remove an App ID from the developer program portal area? I mistakenly added a couple of app id's under the wrong login and would like to remove them, but I am not seeing a way to do so. Any ...
42
votes
29answers
4k views

What is the reason for the rise of programmers using Apple machines?

I noticed a rise in the number of developers (mostly doing web development) using Apple machines. Does Mac OS offer a better environment for programming or is it because of the hardware? What are ...
36
votes
19answers
24k views

What's a good machine for iPhone development?

I'm going to be working on some iPhone apps so I've been given a golden ticket to buy a Mac. However the golden ticket isn't worth that much, and I'm thinking iMac. Now, Macs are great, I love 'em and ...
28
votes
8answers
8k views

Reasons for rejecting iPhone application by Apple store

Can anybody help me out to know the possible reasons for which Apple store can reject or raise objection to submit any iPhone application.
27
votes
5answers
14k views

Can I have multiple XCode versions installed?

Is it possible to have more than one version of XCode installed at the same time? If so, please post any tip, tricks, or potential issues to watch out for. EDIT: The reason I want to install ...
25
votes
3answers
2k views

Siri programming language

Supposedly, the engine behind the iPhone's new Siri feature has been under development for several years (spawned from the CALO project). It is said that they even developed a new programming language ...
22
votes
3answers
13k views

Way to update iPhone SDK without having to re-download Xcode?

Silly question - but is there a way to download the iPhone SDK without Xcode when Apple releases an update?
22
votes
4answers
5k views

Can I browse other people's (Apple) bug reports?

When I log into the Bug Reporter tool that Apple has, I can only see my bugs. I normally like to search the system to see if other people have filed a bug before posting, but I can't see any way to do ...
21
votes
4answers
2k views

How can I stop XCode 3.2.6 defaulting to the iPad Simulator? Is this new behaviour?

It seems like every time I launch an XCode project or 'Clean all Targets' the Active Executable resets to the iPad simulator. Prior to the XCode 3.2.6 release XCode was defaulting to the iPhone ...
21
votes
2answers
9k views

How can I dynamically create a selector at runtime with Objective-C?

I know how to create a SEL at compile time using @selector(MyMethodName:) but what I want to do is create a selector dynamically from an NSString. Is this even possible? What I can do: SEL selector ...
18
votes
2answers
6k views

Max size of an iOS application

What is the maximum size of an iOS application? any constraints?
17
votes
1answer
7k views

Apple Application Loader - How to change the Apple ID being used?

I want to switch the Apple ID being used by the Apple App Loader. I can't find a way to change the Account to be used in the App itself. Google search did not bring anything useful up. When i start ...
14
votes
5answers
3k views

How to disable Safari Reader in a web page

I'm curious to know more about what triggers the Reader option in Safari and what does not. I wouldn't plan to implement anything that would disable it, but curious as a technical exercise. Here is ...
14
votes
12answers
20k views

Is it possible to develop iPhone apps with a Hackintosh?

I really want to get started, but man are those Macs expensive...especially for a non-US like me. I'm thinking about trying to run OS X in VMWare. But would this prohibit me from doing iPhone ...
13
votes
3answers
410 views

Custom URL scheme not recognized as link in SMS app(only in iphone 4 iOS 5.0)

Summary: In my application, I've defined a custom URL in the format "myapp://.." . But the URL is not recognized as a link when it comes in an SMS. So the user is not able to tap it and launch the ...
13
votes
2answers
14k views

Test iOS app on device without apple developer program or jailbreak

How can I test an iOS application on my ipod touch without registering for the apple developer program or jailbreaking my ipod? Neither is a viable option at the moment. I'd like to test on the ...
13
votes
1answer
4k views

App Store Taxes as an Individual Developer [closed]

I am an individual developer selling a paid iPhone app in the iOS App Store. All my profits have been made in 2011, so I don't need to worry about the sales for this April's tax season, but I'm ...
13
votes
4answers
11k views

Custom iPhone camera controls (not using UIImagePickerController)

While I understand that in order for an iPhone application to be accepted on the App Store, one requirement is that only documented libraries are to be used. If this is the case, how are certain ...
13
votes
8answers
10k views

Best way to write a Safari 4 Extension [obsolete]

What is the best way to write a Safari extension? I've written a couple XUL extensions for Firefox, and now I'd like to write versions of them for Safari. Is there a way that would allow you to add ...
12
votes
7answers
345 views

Balancing Mac Experience with Apple Patents

Like (probably) most people here, I'm not a fan of Software Patents. It makes it hard to write software, especially for an operating system like Mac OS X, where you generally want to do things "the ...
12
votes
14answers
4k views

What is the iPhone SDK Missing?

I've been doing mobile app development for a long time (2001?), but the systems we worked with back then were dedicated mobile development environments (Symbian, J2ME, BREW). iPhone SDK is a curious ...
12
votes
6answers
8k views

Tax on iPhone developer payments [closed]

Anybody know how Apple deals with taxes when they pay developers their 70%? Do they take out taxes before paying you your share or is it simply up to the developer to state the amount on their taxes?
11
votes
2answers
337 views

Need guidance on alternative JVMs for Apple OS X

Apple has deprecated their JVM and it may not be supported in future versions of OS X. I am not primarily a Java developer, but I do write Java applications now and then, and the primary application I ...
10
votes
3answers
123 views

How can two developers work together on an iOS app without incorporating a company?

Let's say two friends want to get together and build an iOS app. They want to offer the app for free and aren't looking to derive income from the project. (Alternatively a variation on this is that ...
10
votes
5answers
6k views

Developing Java on Mac with OSX Lion

Im a new Java developer and was thinking about getting a Mac. But I heard that OSX Lion does not support Java. Does that mean that I cannot develop Java on a Mac? Or that I just have to go get all the ...
10
votes
1answer
149 views

Typically, how much does it increase development time to target both iPhone and iPad?

As opposed to targeting just iPhone? I need to make a decision on whether to target both, but I've only done iPhone development, so I can't really estimate how much longer it would take to do both an ...
10
votes
1answer
405 views

Updating iPhone Reachability on Network Changes

Edit 23.5.11 I'm now wondering whether I'm over engineering this. When I use an online connection, I handle it properly - either: in the background with a progress or activity indicator showing ...
10
votes
5answers
6k views

Application Loader Error - IOS Upload

I am trying to upload a binary using Application Loader 1.3. I am receiving the following error. I have recently upgraded to XCode 4. ...
10
votes
2answers
1k views

“Gift App” from inside the app

I noticed that on the latest angry birds update they added a feature to gift your app from inside the app. Up till now I knew you can gift paid apps from the iTunes itself. Does anybody know what ...
10
votes
3answers
516 views

Should I consider any other tools outside the Apple development tools for iPad development?

The Apple dev site makes it look as tho it has all the tools you want for developing iPad apps. Should I consider any other tools outside the Apple development tools for iPad development? Thanks so ...
10
votes
4answers
2k views

What should I consider to ensure seamless port of my iPhone apps to iPad?

Following iPad's announcement and its SDK (iPhone SDK 3.2), porting apps to iPad becomes an important issue. What guidelines I should follow in my iPhone apps to ensure I can port it to iPad as ...
10
votes
1answer
1k views

How does Grand Central Dispatch really use the operating system?

I have a solid idea how GCD works, but I want to know more about the touted "operating system management" internals. It seems almost every technical explanation of how Grand Central Dispatch works ...
9
votes
3answers
911 views

Does Apple provide an API for SIRI?

Is it possible that Apple does or will provide an API for Siri? It would be great if I can be sipping my coffee and say, User : "SIRI, could you please open Angry Birds; Level 4 and throw a first ...
9
votes
2answers
442 views

any way to detect iPads or iPhones on wireless network? bonjour?

I am trying to detect Apple devices connected to a wireless network. This is relatively simple using Bonjour, however I am also trying to detect what kind of device it is. Like, a MacBook Air, a ...
9
votes
0answers
868 views

iCloud Legal Information when visiting iTunesConnect [closed]

I have just visited itunesconnect.apple.com and the first thing I got is: Do you have any apps that may have a legal issue? What that suppose to mean?
9
votes
3answers
3k views

Code sample for capturing audio from a Mac in Cocoa and saving to file?

I'm due to work on a small application that captures audio from the Mac's Audio Queue and needs to save it to disk in some reasonable audio format. Does anyone have a some decent sample code (Cocoa / ...
9
votes
9answers
6k views

Keyboard shortcut for restoring applications from the Mac OSX Dock?

Is there a keyboard shortcut to restore a minimised application window from the Dock? Almost all Apple Mac OSX applications respond to the Apple + M command which minimises the current application ...
8
votes
1answer
239 views

iPhone 4 Unlocking. NCK-Bruteforce Research

Every iPhone has a NORID (8 bytes) & CHIPID (12 bytes) unique to each phone. Where is this stored? NOR? seczone? Can it be dumped? An iPhone requires a NCK to unlock. From what I understand ...
8
votes
2answers
434 views

Override setter with arc

@interface Article : NSObject @property (nonatomic, strong) NSString *imageURLString; @end @implementation Class @synthesize imageURLString = _imageURLString; - ...
8
votes
3answers
275 views

What did Apple do to the Python framework?

[tl;dr? see bottom] Python on OS X has always been somewhat of an abomination in that it's split up and spread out all across the system. Some in /usr, some in /Library/Python, some ...
8
votes
3answers
3k views

Application Loader: No eligible applications were found

I am trying to upload my application to the apple app store, but! I've set my application ID, certificate etc... then build signed application step by step according apple howto's. In iTunes Connect ...
8
votes
3answers
2k views

XCode 4 can I copy the download from one machine to another

Hi I downloaded the XCode 4 which uses the app store to download and install and took over 8 hours for the 4.1 GB download to complete. Can I copy this install from to another machine without having ...
8
votes
2answers
236 views

Can a Safari Extension react on the creation of a new tab?

I am currently writing my first extension for Safari 5. I can't find a reference on what events an extension can react. I want my extension to react on these events: when a new tab is created. ...
8
votes
3answers
3k views

Instruments - “Target failed to run”

I'm running iPhone OS 3.1.3 on the device and I can run my App in debug mode on the device. I downloaded and installed the xcode_3.2.2_and_iphone_sdk_3.2_final.dmg twice, without any luck. I ...
8
votes
7answers
2k views

What tool or technology does Apple use to create its documentation?

I am sure they use something really fancy to create their documentations and guides. Everything is so streamlined and equal, and they always have a HTML and a PDF version. Now we make a big framework ...
8
votes
3answers
3k views

Is MonoTouch a viable platform for iPhone development?

MonoTouch seems like a great platform for iPhone development, but I'm concerned about deploying it to the Apple Store. Are there any examples of applications built with it that are currently available ...
8
votes
1answer
196 views

Replacing a rejected iphone app, would it trigger a whole new review process?

1) Will replacing a rejected iPhone binary cause a new review process to start from the beginning? As in suppose that it took 18 days to get a response and it was rejected for some reason, when ...
8
votes
5answers
1k views

Is it possible to create URLs to items on the Apple iTunes store programmatically?

Is it possible to create URLs direct to items on the Apple iTunes store programmatically? I have noticed that last.fm and similar sites have links which take the user directly to a part of the iTunes ...
8
votes
3answers
2k views

What does the 'k' prefix indicate in Apple's APIs?

I've run across many examples of Core Foundation variables named k + someVariableNameHere or k + APILibraryName(2Char) + someVariableNameHere. What does this prefix K indicate? Examples include: ...

1 2 3 4 5 38