Refers to the iPhone software development kit, version 3.1.3
Questions tagged [iphone-sdk-3.1.3]
22 questions
0
votes
1 answer
Xcode 4 iphone 3.1.3 applications not work
i'm working with Xcode 4 and my software work well on iPhone 4 and simulator but when i test it on devices like iPhone 2G or 3Gs i have this error immediately when i run the code :
Terminating app due to uncaught exception 'NSUnknownKeyException',…

ilmetu
- 3
- 2
0
votes
1 answer
how to find restaurant list near current location using mapkit in iphone
I want to know how to find nearest restaurant using mapkit in iphone sdk?
I want to display current location of user and then want to display restaurant near tht location...
if neone have idea please help me in this
Thanks
nir

nir
- 9
- 1
- 2
0
votes
1 answer
MKAnnotations are being made successfully, however they sometimes fail to render on MKMapView
I'm working on an iPhone app using the 3.1.3 SDK, my app finds the users current location, displays it on a MKMapView and then finds nearby locations and renders them as MKAnnotations. My code is working, however sometimes the nearby annotations do…

jtkendall
- 36
- 1
- 7
0
votes
2 answers
Get name given by phone number on the iPhone
I'm using a TextField where the user types a phone number. When the TextField changes, it should check if this number is already in the phonebook and display the name.
So far, my only way is to parse all names and number in a Dict and read it from…

endo.anaconda
- 2,449
- 4
- 29
- 55
0
votes
1 answer
Where to find changes from iphone OS 3.0 to 3.1.3
I've developed an app using the 3.1.3 SDK and I want to set the deployment target to OS 3.0.
The app uses iPod functionality which I can't test on the Simulator so my question is:
Is there somewhere I can find a list of the changes from 3.0 to 3.1.3…

Joe
- 601
- 1
- 5
- 9
0
votes
1 answer
How to solve a deallocated connection in iPhone SDK 3.1.3? - Streams - CFSockets
Debugging my implementation I found a memory leak issue. I know where is the issue, I tried to solve it but sadly without success. I will try to explain you, maybe someone of you can help with this.
First I have two classes involved in the issue,…

Christian
- 21
- 1
- 3
0
votes
1 answer
Button to add value to array and then compare result with another array on IPhone
I have ten buttons that each correspond to a different number. I'm looking to record the order that these buttons are pressed and enter them into an array and then compare it to another array that is static in the app. The check should be done on…

slickplaid
- 1,411
- 1
- 17
- 20