apple

Switching Off Sound in an iPhone Application

Hi, Can someone please tell me how to switch off sound in an iPhone Application. Thanks :) ...

Is the Safari Web Browser an Open Source Project?

I'm interested in doing some development against the Safari browser but I'm not sure if it's an open source project or not? I know webkit is open source but that doesn't mean the browser is. I've emailed apple but they haven't been very responsive so I'm wondering if anyone on stackoverflow has any idea? ...

Am I getting crazy? iTunesconnect rounded corners.

Yesterday, I have submitted an iPhone app to Apple through itunesconnect.apple.com. It is my second app, so after submission, it appeared as second in a list. The first in the list was my first app, with the app icon having rounded corners. My new app, however, had straight corners, just like the icon file that I delivered with the app....

Get battery level in Java

I would like to make a java app that shows the current battery level of my mac OS X. I have read http://stackoverflow.com/questions/25552/using-java-to-get-os-level-system-information and was wondering how I could modify this to make it display the current % of battery Thanks ...

Is it possible to write an iPhone app which can be active while the person is making a call, and "talk" to the person on the other end?

For instance, the app could say something like, "Please wait." or "I'll be right back". A friend asked me if it was possible, and since I don't have an iPhone I couldn't answer the question. Thanks. ...

requirement to deploy for iphone

HI, what is the computer requirements to deploy for iphone? and if this computer is good enough ? MACBOOK 1.8HZ 2GB RAM 10.5.8 lopard Thanks!!! ...

App Store Links

Hey all. Im using the following string in the "[UIApplication sharedApplication] openURL:]" function to access the app store app and make a predefined search in the app store on a button press in my app. @"http://phobos.apple.com/WebObjects/MZSearch.woa/wa/search?term=[MY APP NAME]&media=software This works great if the app store app w...

Coda Slider Effect - CSS Issues with Mac Browsers

I'm having some issues with coding the coda slider navigation and panels to be exactly as the panels were uh, designed. I am using this version of coda slider ( http://jqueryfordesigners.com/coda-slider-effect/ ), and am using, for the most part, the same structure of CSS within their idea of the coda slider. To allow the navigation to...

Selling iPod Touch and iPhone apps made outside U.S.A.

I want to ask about the programmer experience of any developer over Macintosh or iPhone/iPod Touch platforms in selling experience on iTunes store whenever the development has been outside U.S.A.. I'm asking because I'm from Colombia (Latinoamerica) and I have the feeling that apple doesn't offers opportunities to market software from my...

Using the Apple IKImagePicker_Class in a java application

I was able to use the IKImagePicker_Class in my cocoa with very little trouble but I am wondering how hard would this be to get working in a java application. Has anyone tried this? Have they had any luck? How hard was it? Thanks. ...

Do I need to re-deploy to existing iPhone devices if the mobileprovision file is changed?

I have an ad-hoc provision profile for my iPhone application and I have installed them on several devices. If I need to add a new device, I will need to re-compile the application with the new mobileprovision file so that it can be distributed to the new device. But what about those existing devices? Do I need to re-deploy the re-compile...

Good Search Tool?

Does anyone have a good search tool for OS X? I am looking for a way to search entire large directories for information in files (.g, .cpp. .txt, other txt with different extensions) and then globally replace and manage. I have a huge code base where I have to do a lot of replacements and XCode is bombing, TextMate cannot handle some ...

How to know a device's name from its device ID in OS X?

Hi all, I'm writing a program in OS X that receives click events from a mouse and a touchpad. When the user clicks at somewhere, the OS sends the device ID, which is just an int, and the position of the cursor to my callback function. I want to know if the click event comes from mouse or touchpad. So, how can I know the device's name fr...

how to use package maker of Mac 10.5.7

Hi I am using Mac 10.5.7 .I have created a sample java application. Now I want to create package for distribution for my application. We can create this using Package Maker. So How to use package maker to make my software distributable Thanks Sunil Kumar Sahoo ...

Customising the colour scheme of the Core Location confirmation alert

Hi all, I've got an app which uses the Core Location framework. I'd like to customise the colour of the popup which appears the first few times the user uses my app - the one which says "x Would Like To Use Your Current Location/Don't Allow/OK". Does anyone know if it's possible to customise this to make it a different colour (the defa...

After pushViewController, how to disable the backBarButtonItem?

After pushViewController, how to disable the backBarButtonItem, that going back will not be possible? tnx :) ...

__LP64__ on OS X --> Snow Leopard Equivalent?

When running on Leopard you can do something like: #if __LP64__ #pragma message ("64 bit Leopard issue") #endif What is Snow Leopard and Snow Leopard 64 AND (most importantly) Where would I have found this answer myself and not had to ask? ...

Apple's gcc, what's the difference between -arch i386 and -m32 ?

According to Apple's gcc 4.2.1 doc: -arch arch Compile for the specified target architecture arch. The allowable values are 'i386', 'x86_64', 'ppc' and 'ppc64'. Multiple options work, and direct the compiler to produce “universal” binaries including object code for each architecture specified with -arch. This option o...

Problem opening URL with browser Safari on iphone

I, if I try to open this URL: http://compraonline.mediaworld.it/webapp/wcs/stores/servlet/ProductDisplay?catalogId=20000&storeId=20000&productId=2135168&langId=-1&category%5Frn=60701663 with Safari for iPhone, the URL that is loaded is without final part &category_rn=60701663. Thanks to everyone for the help ...

Apple and private APIs

Now that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I may avoid them? ...