apple

How can I test an iPhone application on device without the key

How can I run my XCode SDK application on my iPad without key and without jailbreak? (I found a description yesterday, but cant find it back). This can be with the device connected to my development machine. (I can afford the $99, but I cant wait for it to arrive) ...

History (updates, price drops) of Apps on the Apple App Store accessible via XML?

In an attempt to build a site that lists Apps from the iTunes App Store, I need to gather the information from the App Store. I have found a way to get the XML that gets rendered by iTunes to create the App Store pages inside iTunes, but I'd like to get more information. I'd like to be able to get an App's history, i.e. price changes, u...

Delete an Image in iPhoto having the Filename (incl. path)

How I can delete an image (move it into the trash) from applescript by giving the filename and path of the image locate on the drive. This script will be started from the shell and may get the (valid) filename including the path (size or other properties if needed) as parameter. So far I could manage to select the image by name (which ...

Would using webview with phonegap get an app rejected from Apple App Store?

Would using webview with phonegap get an app rejected from Apple App Store? The app would not be all in webview, but will using webview for certain things make apple reject the app? ...

Countries to sell paid applications from in Android Market and Apple AppStore.

Paid applications in Android Market can be sold only from a handful of countries. Is it also true of Apple AppStore? From which countries can you sell apps on AppStore? Is there an authoritative list somewhere? Note: I'm not looking for list of countries in which iTunes is supported, but list of countries from which developer can sell u...

How should I manage memory for C block feature? (Apple extension)

Apple introduced a closure in C as name of 'block'. Should I manage memory for the blocks? If so, what do I have to do? ...

Is Using Romaji in a game for Japanese translation acceptable?

I am supporting other languages in my game for its next release and would like to support Japanese. The issue I have is a I do all of my own font and bitmap rendering internal in the engine, I do support the full extended ASCII 0-256 character map with all of the special accents, so all roman based languages work fine. But with Japanes...

Apple private API rejection with libarchive

I'm using libarchive and I have included the source and headers in my iphone project. Apple rejected the binary saying I've wrongfully used private APIs for a bunch of functions. One such functions is: archive_read_data How am I wrong? I want to keep my code because it works well but I also want a speedy acceptance. How do I solve t...

Updating the iPhone iOS 4.0.1 to 4.0.2 SDK, Do I have to download the whole 2.5 Gigs?

As the the Question asks, I currently sport xcode 3.2.3 with iOS 4.0.1 but I want to test on my iPhone which is stuck on 4.0.2 Thus I cannot do so until the SDK for 4.0.2 is accessible from xcode. Where can I download a patch update from 4.0.1 to 4.0.2 because the iPhone members page seems to only link me to the package including xcod...

APNS Send notifications from multiple servers

I am writing an iOS application which will be sent notifications over APNS from backend servers. Can I configure multiple servers to connect to APNS and send notifications? If so, is there a limit on the number of servers which can send notifications for a single application? I can't find any details about this on the Apple site (e.g...

How do i handle dock icon click using Apple Carbon

Hi folks! Is there a way to handle running application dock icon click using apple carbon? Found nearly nothing on web, so asking here. Any help or code appreciated ...

Configuring GTK accelerators.

I run GTK2 applications under linux, on my apple computer. I would like to know how to modify the global accelerator settings. In particular, I would like to copy paste using Command-c Command-v instead of Ctrl-c Ctrl-v. Has anybody done this? Is there a config file somehwere that contains the accelerator assignments? ...

How do I recognize a mouseclick in a webpage from a Safari extension?

I'm a bit of a noob, but I tried all of the obvious things. Perhaps my javascript is just terrible and that's why, but onmousedown = func; doesn't work. etc. function performCommand(event) { /*removed*/ //It reaches this point document.body.onclick = function() { //Never reaches this point /*removed*/ } } ...

What does NSLog actually do?

Hi, I am having a weird problem. I am using a method from Apple's private frameworks in my application. When I call it for the first time, it works. When I call it for the second time immediately without anything in between, it crashes. However, if I put NSLog between the two calls, it works wonderfully. So I try removing NSLog and puti...

Using Xcode for multiple developer IDs

Hi I am quite new all this iPhone stuff. I have no such clear IDea yet about provisioning profile etc. I will be using my mac machine for two different developer IDs,one for my own and other for the startup where I am working in. Now,how can I use xCode to submit my apps in two different IDs? thanks ...

Do you need Xcode to program iPhone apps?

Possible Duplicates: Develop iPhone app without a Mac? iPhone Programming in Mac OS X runnning not in a Mac Computer hey. i'm 14 and i'm interested in making apps for the iphone. i'm not a noob at programming, but i'm not that good. i have no idea what i'm doing when it comes to Objective-c, but i was wondering if it were poss...

Is the UITableViewCell subclass used in Apple's native Mail app available anywhere online?

Is the UITableViewCell subclass used in Apple's native Mail app available anywhere online? Thanks. ...

How to make an imitation of apple.com cart

I would really love to make a left menu like apples shopping-cart. What's unique is that it stays static while you scoll down but don't move over header, when you go back to top. And there is no easing (which take too much attention). I allready use mootools on the site, so if the solution is adaptable to mootools...I'll give a hug :-) ...

Apple HTTP Live Stream problem

Hi all, I am trying to implement a Apple HTTP Live Stream tool, which can take a video and audio sources as the input, and HTTP Live Stream as the out put. It can create multiple .ts files and also the m3u8 playlist. For some input files, it works. But for some other sources, the ipad can only play like 2 or 3 seconds media at the very ...

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 the Loader App it gives me an error: "...Your Apple ID or password was entered incorrectly. (-20101)" I then can only choose "cancel" in the...