Questions tagged [iphone-5]

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

Resource

623 questions
14
votes
3 answers

iPhone 5 TabBar not working after adding Default-568h@2x.png

Possible Duplicate: iPhone 5 TabBar not functioning in proper position I added the magic Default-568h.png to my project and my App resized itself. So far so good. But: My UITabBar is not working anymore. It's delegate is not called. I first…
plaetzchen
  • 757
  • 6
  • 22
13
votes
1 answer

What is platform string for iPhone 5S & 5C?

I know that someone was able to dig out iphone6,1 platform string from IOS 7 code. However, I don't know what it maps to iPhone 5S or 5C. If anyone has early access to iPhone 5S/5C, please post platform string for everyone. For more info on…
Trung
  • 1,655
  • 2
  • 18
  • 26
13
votes
4 answers

App reject : Google Analytics ios sdk 2.0

I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary. I received a email from apple review team that "Apps are not permitted to access the UDID and must not use the uniqueIdentifier…
Mangesh
  • 2,257
  • 4
  • 24
  • 51
13
votes
2 answers

purgeIdleCellConnections: found one to purge conn=0x1ddde360

I cannot find a proper solution to this problem. I think someone can help me to clear this bug. Summary: When I use a 3G connection to test my app on the device, by the time the console shows this bug "purgeIdleCellConnections: found one to purge…
Abdul Nasir B A
  • 1,077
  • 2
  • 8
  • 25
13
votes
4 answers

Extend app for iPhone 5 - best practice

Now that Apple is about to start shipping iPhone 5's, I'm looking into extending my applications so they appear full screen on the iPhone 5. I ran my apps on the simulator, and even the ones with a UITableView extending to the bottom of the screen,…
coder
  • 10,460
  • 17
  • 72
  • 125
13
votes
1 answer

Testing iPhone 5 (4") apps on iPad 3

I was hoping to be able to test iPhone 5 (4") apps on the iPad 3 in its emulator mode. To indicate it's an iPhone 5 app I've added the Default-568h@2x.png launch image and in the simulator it works as expected. When I try to run it on the iPad…
laktak
  • 57,064
  • 17
  • 134
  • 164
12
votes
2 answers

How do I manage background images for the iPhone 5?

Some of my apps use custom images as the background. What is the proper way to check the screen size to place the proper image? Should it be something like this in viewDidLoad: if ([UIScreen mainScreen] == 2.0) { UIImage * backgroundImage =…
Luke Irvin
  • 1,179
  • 1
  • 20
  • 39
12
votes
1 answer

Will Apple reject new apps if they are not considering the new iPhone 5 resolution?

We are all aware of the increase in screen resolution in the new iPhone 5. On the other hand, the new iPhone 5 will take some time to become popular in the market. If I have an app that I am about to submit to the Apple App Store, and I didn't take…
antf
  • 3,162
  • 2
  • 26
  • 33
11
votes
4 answers

Running iPhone 5 Simulator on Snow Leopard

I am running the iOS6 SDK on my mac running Xcode 4.2 on Snow Leopard using steps from this Stack Overflow post. I'm now trying to get the iPhone 4" screen to work. I have been able to get iOS 6 to show up in the iOS simulator under the Hardware >…
Chris
  • 5,485
  • 15
  • 68
  • 130
11
votes
2 answers

How to name graphic files for iPhone 5?

The iPhone 5 has just launched, so I was wondering if anyone knows how graphics files are going to be renamed for the iPhone 5? The resolutions are different between the iPhone 4S and the iPhone 5, so I assume there will also be a new naming…
tm_forthefuture
  • 185
  • 1
  • 12
10
votes
2 answers

Default-568h@2x.png for iPhone5

I want to update my app so that can be deployed on iPhone5. Xcode(4.5) has a Default-568h@2x.png which is a black image(640X1136). In iPhone5's simulator, it still loads the old Default@2x.png. I wanted to know whether it will be same on the actual…
Mil0R3
  • 3,876
  • 4
  • 33
  • 61
10
votes
6 answers

iPhone 5 support with base SDK iOS5.1

Is is possible to submit the app with base SDK iOS5.1 and with Default-568h@2x.png, so that application will not leave an extra black space? Our normal application is working fine on iPhone5 leaving a black space from top and bottom, but if we just…
ajay agrawal
  • 247
  • 4
  • 9
9
votes
5 answers

Xcode 6 & Swift: Black bars appear above and below the viewcontroller on iOS 7 iPhone 5 device

I created a single view test app and tried running it on my iPhone 5 with iOS 7 installed. It looks like the screen is set to the iPhone 4 size and black bars appear above and below the view controller. I just created the project with Xcode 6 and…
rayg
  • 575
  • 1
  • 5
  • 7
9
votes
2 answers

identifierForVendor for UUIDString returns null

I have implemented push notification in my iPhone app and for device registration i used following code in the app. [[[UIDevice currentDevice] identifierForVendor] UUIDString]; Above code works fine in the most of the devices. However, recently in…
9
votes
1 answer

CoreBluetooth[WARNING] Unknown error: 14 on iPhone 5

I am able to connect to a peripheral device using BLE, but shortly after reading some characteristics, the framework returns: CoreBluetooth[WARNING] Unknown error: 14 and the peripheral is disconnected. Looking at the BT Core_V4.0 spec, I am not…
mikemeli
  • 725
  • 11
  • 24
1 2
3
41 42