iphone

symbolicatecrash doesn't like my dSYM file

I'm trying to use symbolicatecrash, and having interesting results. A coworker built our distribution build on another machine, so he sent me the dSYM file. After running the symbolicatecrash file found in /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecra...

UIKeyboardTypeNamePhonePad auto capitalization

I am using a UIKeyBoardTypeNamePhonePad to allow entry of just letters and numbers. It is missing some functionality that I need. First, I need all the letters that are typed to be capitalized. I can just change it as it enters the text view, but I don't want the user to be confused on how to enter capital letters. Also, I want the n...

Facebook Connect API : Data.defineAssociation - How to use it?

Hello, Im using the Facebook Data Api and I want to create a Association. For this I have to use Data.defineAssociation and I want to know, how to set the parameters into a NSDictionary. Im using the Facebook iPhone Sdk: NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys: // parameters ??? , nil]; [[FBRequest requestWithD...

Populating sqlite db created by CoreData

I have a sqlite DB created by my CoreData model automatically, but my app will not give the user the ability to write data into it, instead I wanted to pre-populate it with all the data the program needs. My problem is that the sqlite DB created by CoreData has unknow tables and fields that where not present in my model. Is there anywa...

Can I use a single iPhone Developer Program account on more than one machine?

I have three different development machines. Do I need three different iPhone Developer Program accounts or can I get one and use it on all three? I see that it has to be activated... does this tie it to a machine? ...

Can js/jQuery determine the orientation of the iPhone?

Out of curiosity I've been playing with jQuery to determine the browser's screen size, and it occurred to me that screen size could be used to determine whether or not a visitor was using an iPhone/iTouch to view the site. So I used the following to test this: $(document).ready( function() { var screenX = screen.width, ...

Clear button color on text field

How do you change the clear button color of a UITextField? ...

iPhone UIWebview Loads on Simulator But not on Device

I have a UIWebview on a Tab Bar that loads properly on the Simulator but not on the Device. Has anyone ever come across this situation? I've been looking all over the Google- machine for the last three days to no avail. Any help would be hugely appreciated. ...

Core Location while iPhone locked

Hi, I was reading your comment below: "I don't know what you mean by "power save" mode, but if you're thinking of when the screen is locked/off, that does not stop Core Location from running if your app is still running. On the contrary it's easy to run down your phone's battery much more quickly than you'd expect if you lock the phone...

Image in UIAlertView

Is it possible to add image in the AlertView?like showing image from plist file. Need help. Thanks ...

sqlite concurrency issues

Hello, I am working on an iPhone app that uses a sqlite database. The app downloads data off of the Internet in a background thread with the UI in the main thread. The background download thread can preform INSERT, UPDATE, and SELECT on the database. The UI layer can also interact with the database by doing UPDATEs and SELECTs. If I...

How to catch UIWebView popup menu and customize items

Hello everyone I have a project need to catch the url link on UIWebView. I hope it can customize the standard url popup menu 'open'-'Copy'-'Cancel' change to 'Open'-Download'-'Cancel'. I know the function - (BOOL) webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationT...

send image to server as binary data

Hi all. I want to make an iphone application to send image to my server. I want to draw something in iPhone ( ex: the signature,... ) as image to POST binary image to my server (server is JSP). Please tell me what I have to do? (- what use iphone UI? - how to make binary data from image,...) Thank all. ...

NSPipe and System() - iPhone SDK Cocoa

Hello everyone, I need to add this section into my application where the user would enter in a terminal command for example "killall SpringBoard" and when the user presses the button it would run the command. I know that if you use the System("") function you can run the terminal command. But how about from a textbox? My next questio...

Greystripe sdk ( for ads ) crash issue ...

Has anybody integrated Greystrip sdk in their application for showing ads. I am facing crash issues with sdk and don't know how to overcome with it. Although I have send a mail with the attachment to the greystripe-sdk people, I am posting the crash logs here for the reason somebody else would have seen them before and overcome through ...

How to Display offline map in iphone using Mapkit

Hello All, How to Display offline map in iphone using mapkit? if i use static image then how do i get current location and pin drop on it? anyone has idea please suggest some solution. Thank you. ...

In my Application i want to perform Scaling and Translation together?

i want to perform Scaling and Translation of image together so how its possible? ...

Display map when no internet connection.

Hello All, How to display google map in offline mode? iam using MapKit in iphone so if i use static map image then hoe do i get the current lat and long? and hoe do i drop pin on static map? anyone has idea then please suggest some solution. ...

Calculating Strike through compass in iphone

Hi, i am developing and application for geology and need to calculate the dip and strike(dip direction). As i have found the way to calculate the dip but does not know how to calculate the strike. strike is calculate according to the compass direction. This are usefull in measuring rockface. so anyone knows the way to calculate then pl...

iPhone application doesn't install from anywhere else other than the dev machine

Hi, I created an iPhone application. I am distributing it with the ad hoc method. It installs just fine from the iTunes installed on the machine where the app was created. Anywhere else the iTunes just gives the error 'Resources have been modified'. Please help. ...