Questions tagged [iphone-3gs]

The iPhone 3GS is the third version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform. Don't confuse with the iphone-3g tag.

The iPhone 3GS is the third version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform. Don't confuse with .

Resource

81 questions
0
votes
2 answers

Steps required NOT to support iphone3g

I have created a universal app for iphone. My questions is what are the steps necessary to NOT support iphone3g and non retina device. What are the settings in xCode and iTunes Connect that I need to adjust to pass review process?
Shamas S
  • 7,507
  • 10
  • 46
  • 58
0
votes
3 answers

How I can Fixed Tableview to Screen

I added Tableview on xib file(you can see on image).tableview is loading well . But last cell is out of screen so when I Swipe Up last index is showing. When I get off my hand, last cell is not appear. I don't change any height of tableview . Why…
Erhan Demirci
  • 4,173
  • 4
  • 36
  • 44
0
votes
1 answer

how can i record iphone's built in compass readings and use in my app

i am developing an application in which i have to record compass reading. which is there in new iPhone 3GS. so i have to record compass reading and use it in my application. I dont want to create my own compass. is there any way by which i can do…
amy
  • 41
  • 1
  • 7
0
votes
0 answers

Mail compose bug on iPhone 3GS

I'm having a client testing an app on his device, he's using a iPhone 3GS with iOS 6.1.3. The app contains a simple sections where you can share information and such about the app. The problem he reports is that when the mail composer open up…
user2707185
0
votes
2 answers

Do apps still need to support iPhone 3GS?

Are new iPhone apps still required to support the old iPhone 3GS and other non-retina devices? I'm wondering because I already have a full set of retina graphics and I want to submit the app without having to create a set of non-retina graphics.
adam1121
  • 7
  • 6
0
votes
0 answers

iAds not populating on specific device

I have the iAd test working on my iPhone 5 (ios 6.0), my wife's iPhone 5 (ios 6.1), the 5.1 simulator, the 6.1 simulator, but NOT my 3GS (ios 5.1.1). All I get is the initial loading of the frame for the banner, so I'm only left with a blank/white…
landfill
  • 41
  • 2
0
votes
1 answer

iPhone 3GS iOS 5 support (nibs to storyboards)

I have an iOS project that supports iPhone 3GS and on and requires iOS 5 or later. This project is using nibs instead of storyboards and is using ivars and properties the "old" way (i.e declaring ivars and the appropriate properties). I would like…
user-123
  • 874
  • 1
  • 13
  • 34
0
votes
1 answer

Touch and focus on 3GS with showsCameraControls = NO

Im developing a program that makes use of UIImagePicker custom class made by me, and the thing is I want to be able to use the manual-focus feature on the 3GS (the part where the user points where the camera should focus) and at the same time to use…
worriorbg
  • 351
  • 5
  • 14
0
votes
0 answers

How do I make my application available on the App Store only for iPhone 4 or faster devices?

My app can't run correctly on 3gs (mostly by performance reasons & no way to fix that). How I can drop off support for 3gs on the AppStore? it's related to: How do I make my application available on the App Store only for iPhone 3G S or faster…
strobe
  • 519
  • 2
  • 5
  • 21
0
votes
1 answer

UICollectionView Crashes on iOS 6.0 on iPhone 3GS

The app supposedly crashes while displaying the UICollectionView. It creates a low memory crash log as well. How can I reduce the memory usage in UICollectionView? I am using ARC in the project. Please help...(P.S. below is my code) -…
0
votes
1 answer

UILabel in iPhone 4S versus iPhone 3GS

I have been testing my app on the Simulator and an iPhone 3GS, and have most of the kinks worked out (I think!). I recently got to try it on an iPhone 4S, and there are some strange display issues with UILabel. These are generic UILabel, with System…
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
0
votes
1 answer

Wont rotate with new xCode

I've got a problem with the latest version of xCode. Whenever i create a new Single view application and I deploy this to my iPhone 3GS, it won't rotate the app (to landscape). When I deploy the exact same version to my iPhone 4, it does rotate the…
Nick
  • 1,441
  • 11
  • 22
0
votes
1 answer

iOS 6: UUIDString on iPhone 3GS

I've been working on ASIdentifierManager framework to get the new UUIDString, the identifier should replace in iOS 6 the UDID, and can be stopped or not by the user for Settings. Everything is ok on simulators and iPhone 4S, but on iPhone 3GS (it's…
gpiazzese
  • 1
  • 1
0
votes
1 answer

In app purchase didReceiveResponse does not show my product

By some mysterious reasons I got myself a jailbroken iPhone 3GS from a vendor whom I am finding difficult to track. My task is to test out in app purchase functionality on it. Currently it has iOS 5.0.1 with cydia installed. No, it does not have…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89
0
votes
0 answers

jquery mobile performing faster than plain html on a non-wifi internet connection

I am having a very strange issue with my MVC 4 Web Application. Until recently, we used jquery mobile 1.1 as basis of our UI and basic actions (in additon to the MVC framework). recently we realized that the performance of our web-app on mobile…
Vova
  • 160
  • 2
  • 12