Questions tagged [ios4]

The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

iOS 4 was made available to the public for the iPhone and iPod Touch on June 21, 2010. It has been succeeded by which was released on October 12, 2011. The latest version of iOS 4 is 4.3.5.

This is the first major iOS release to drop support for some devices. It is also the first major iOS release that iPod Touch users do not have to pay for.

Support

The iPhone 3G and iPod Touch 2nd generation have limited features, while the iPhone 4, iPhone 3GS, iPod Touch 3rd & 4th generation have all features enabled. The iPhone and iPod Touch 1st generation cannot run iOS 4.0 and above. iPad compatibility was added with the release of iOS 4.2.1 on November 22, 2010.

Related

10676 questions
3
votes
1 answer

Creating a UITabBarController using a NIB outside of AppDelegate?

Still new to iOS programming, and despite copious amounts of research, I have run in to another roadblock. What I want to implement: I want a UITabBarController that gets loaded when I navigate from the main UI. I would also like to use a NIB to…
solenoid
  • 954
  • 1
  • 9
  • 20
3
votes
1 answer

Associate an iphone app for kml and kmz google earth files

I'm trying to write an iOS app that should be able to open kml and kmz files from google earth. I have added the following lines in the cfg file , but should be wrong ( I can't see my application listed when I try to open a kml file from another…
atrebbi
  • 553
  • 3
  • 20
3
votes
4 answers

Can any one access my sqlite3 database from an app in iPhone when phone is lost

I have created an application in which I have fetched personal information from the website and stored in my sqlite3 local database.The authenticate user only see their information after successful logIN. Then I am displaying it as required. I do…
umakanta
  • 1,051
  • 19
  • 25
3
votes
2 answers

Google api directions - drawing route not valid

I am making application that will display driving route from point A to point B. I am using IOS map kit. First I get route information from google…
1110
  • 7,829
  • 55
  • 176
  • 334
3
votes
2 answers

Phonegap iphone : camera plugin : orientation issue

I am using phonegap in my application. using camera plugin for capture and select image I am facing orientation issue in different cases: When allowEdit : true and iphone orientation is open, then it works fine When allowEdit : true and iphone…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
3
votes
2 answers

Whats inner functinality of nsdata detector In iphone sdk

I got strange results using NSDataDetector and I am looking for insight in how it works. Is it matching against an internal database or is it using any separation algorithm to detect the separate fields in string? Currently, I am using the following…
Srinivas
  • 983
  • 9
  • 21
3
votes
1 answer

camera overlay label issue

i am adding a label to camera overlay and i successfully added it but what i am facing is the label is also appearing in preview of the taken picture i want to display the label in camera overlay not in preview of the taken picture for adding label…
user564963
  • 2,284
  • 5
  • 24
  • 33
3
votes
2 answers

IOS subscription end notification

I am looking to build a ios application that will use an auto-renewable subscription on a monthly biases. We will be using some VOIP features that we will be charged monthly for. My question is, how can we be notified when a user cancels a…
3
votes
1 answer

Could not load the image referenced from a nib in the bundle with identifier "(null)"

I have an application that enabled that user to switch language at run-time from app,every thing is OK but when switch to another language load Load localized Xib for this language but without any images inside this Xib.below my code that is used to…
wod
  • 812
  • 1
  • 10
  • 23
3
votes
1 answer

Play remote mp3 using iOS

I have a remote mp3 (small file, just a few seconds) which I have the URL. I need to play it on an App that uses iOS 4. The URL is not exactly a .mp3 file, but it is a dynamic .php url that requests the .mp3 file. If I put that php route in the…
Tony
  • 10,088
  • 20
  • 85
  • 139
3
votes
0 answers

Using CTCall API when running background

Can a VOIP app be able to get the call status ( Using CTCall API )of a call being made from native iPhone's dialer. Reason behind the above question is, a voip app can be running in the background, so i think is it possible to track the call status…
user198725878
  • 6,266
  • 18
  • 77
  • 135
3
votes
2 answers

Proper way to release memory allocation?

I'm a newbie when it comes to objective C, and am currently experiencing a memory leak with the following code snippet. The memory leak occurs with the 'responseObj' allocation. Whenever I try to release it similar to responseData, I get a…
3
votes
2 answers

iPhone : Inapp purchase : paymentWithProduct:

I am trying inapp purchase. I am unable to implement following method : SKPayment *payment = [SKPayment paymentWithProduct:`SKProduct`]; But here I dont know from where I will get this SKProduct's object or which parameter I have to pass here ? Any…
Devang
  • 11,258
  • 13
  • 62
  • 100
3
votes
1 answer

Issue with sharing on facebook using sharekit

I am using sharekit for facebook and twitter integration.My problem is when i log in using facebook credentials i am not able to post any text,image or url.I have configured the SHKFacebookKey & SHKFacebookSecret in the configuration file. I get a…
Aditya
  • 4,414
  • 5
  • 29
  • 40
3
votes
3 answers

Is It possible to track AVAudioPlayer object by using observer?

I followed the documents about how to set up and observer using KVO mechanism http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html It's suppose to be very easy. I created an AVAudioPlayer…
Amit
  • 205
  • 4
  • 8