Questions tagged [ipad-2]

iPad 2 is the second generation model of Apple's tablet computer running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it's possible to use other tools to build iPad applications as well.

iPad 2 is the second generation model of Apple's tablet computer running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it's possible to use other tools to build iPad applications as well.

Currently, there are 4 "generations" (yearly-ish updates) of the iPad:

  • iPad
  • iPad 2
  • iPad 3 (No official version number. Was known as "The New iPad" at release)
  • iPad 4 (No official version number. Minor refresh of iPad 3)

There is also a iPad mini which was released at the same time as the 4th generation of the iPad.

All iPads starting with the second generation are capable of running iOS 6.0.1, the current iOS operating system as of November 2012. iPad 2 was also the first model that supported a rear facing camera.

Links

Related

189 questions
4
votes
1 answer

After iOS 5.0.1 upgrade, Test iAds unavailable on iPad 2

Both versions of my first App "Puffer's Train challenge" are currently sitting in the Apple queue "In Review". Saturday night I upgraded my iPhone 4 from 5.0 to 5.0.1 and also installed 5.0.1 on a new iPad 2. Built & installed Lite versions of my…
4
votes
1 answer

Only support iPad2

I am making a app involve the use of camera. However, ipad1 does not support and crash when press the camera. How can I choose that app only support ipad2 but not ipad1? Is there anything i can set in the setting or any code i can type in? Thank…
Clarence
  • 1,951
  • 2
  • 34
  • 49
4
votes
4 answers

UIImagePickerController (using camera as source) does autorotate on iPad2, how do i stop it?

I am trying to write an app with some camera function, and I use an overlay view to decorate it with an image. This is how I implement the app: I use the UIImagePickerController to who the user what the camera takes in, and add a UIImageView onto…
4
votes
2 answers

UIScreen mirroredScreen property always returns nil

I want to present unique content on the external connected display if mirroring is not supported by the device (original iPad) but want to use screen mirroring if it's iPad 2. Now when I try to code this as follows: if ([UIScreen…
Anupam Godbole
  • 415
  • 3
  • 13
4
votes
0 answers

Pac file not working as proxy for ipad

I am attempting to setup a pac file as proxy for an ipad running ios version 8.4. I setup the ipad to use the proxy by pointing the auto configuration url under wifi settings to point the pac file: https://myproxyserver:2020/proxy.pac This is the…
Robert Smith
  • 779
  • 1
  • 10
  • 28
4
votes
1 answer

ipad css transform causes a font issue

I'm doing HTML/CSS/Javascript development on iPad. I'm using css transform to translate gallery elements (li elements within an ul). The li's contain text. It all animates fine on desktop, but on iPad 2 device the animation phase makes the font…
Pompair
  • 7,083
  • 11
  • 60
  • 69
3
votes
2 answers

Is there a neat way to tell if iPhone/iPad has been set a passcode by user

I have asked this question long before. I know it maybe impossible, but as far as I know, 'Find my friends' has this features and it works just so well, so I wonder if now there is a neat and legitimate way of doing that.
abusemind
  • 213
  • 1
  • 5
  • 16
3
votes
2 answers

Cocos2d EXC_BAD_ACCESS

I am new to cocos2d and suddenly got this EXC_BAD_ACCESS, I made a new winning menu and i got the error I think the error is because i called a released object, but i dont release anything? My Debug Console had no error, which is strange here is my…
mattblessed
  • 772
  • 1
  • 12
  • 27
3
votes
1 answer

Present modal and dissmissing view contrroller not working properly

I have a main view. From that main view I show a modal view (MV1). MV1 show another modal View (MV2). *mainview coding:- MV1 *MV1obj = [[MV1 alloc]initWithNibName:@"MV1" bundle:nil]; MV1obj.modalPresentationStyle=UIModalPresentationPageSheet; [self…
Gauging
  • 705
  • 1
  • 6
  • 8
3
votes
1 answer

Are offline HTML5 apps possible in iOS 4.3.4?

I'm trying my hand at building an HTML5 driven offline app for my iPad 2 which has iOS 4.3.4. I followed instructions I've seen on several websites to a tee, and was even able to verify using Chrome's Developer Tools that the cache is…
natlee75
  • 5,097
  • 3
  • 34
  • 39
3
votes
2 answers

Is there Developer Documentation for Scandit SDK?

I am trying to evaluate the Scandit barcode scanner SDK for an iPad2 application. So far, I have registered for a Developer's license and I think I imported the license file and App key correctly, but still fails to authenticate the demo…
mobibob
  • 8,670
  • 20
  • 82
  • 131
3
votes
4 answers

Detect between the iPad and iPad2 via Jquery / Javascript?

Is there anyway to detect between the iPad and iPad2 via Jquery / Javascript? Or even PHP or some other way from a website?
oddpixel
  • 359
  • 4
  • 9
3
votes
2 answers

Store a video from iPad2 in a Django model

I need to store a video taken on iPad2 in a Django model. What is the best format to store the video in and what type of Django model field? I want to show the video on a website using HTML5 (avoid flash if possible).
MikeN
  • 45,039
  • 49
  • 151
  • 227
3
votes
1 answer

What's the best way to programmatically detect the iPad 2's graphics hardware?

My app needs to run different code (larger textures) on iPad 2. How should I programmatically detect faster graphics hardware? The code should be future-proof (i.e. it would detect faster graphics hardware on iPad 3 or any other future iOS devices…
Elliot
  • 6,086
  • 11
  • 45
  • 57
3
votes
1 answer

Dual-core iPad (A5) = Grand Central Dispatch?

Does the iPhone SDK have support for Grand Central Dispatch, to allow us to take advantage of the multiple cores in the new iPad's CPU?
Jason
  • 14,517
  • 25
  • 92
  • 153
1
2
3
12 13