Questions tagged [ipad-mini]

The iPad Mini refers to the iPad models with a 7.9-inch (diagonal) LED display. Questions that are not dependent on hardware should use the iOS tag instead.

The iPad Mini announced on 10/23/2012 was the first iPad with a 7.9-inch (diagonal) LED display.

iPad Mini features a 1024-by-768 resolution at 163 pixels per inch (ppi) allowing applications originally designed for iPad 1 and 2 to work and be scaled properly without any changes being made to the applications.

Available models include 16GB, 32GB and 64GB, in a choice of black or white.

Cellular carrier options in the United States include AT&T, Verizon Wireless and Spring.

Only use if you have problems with the hardware itself. For questions related to larger iPad models use .

Later models

  • The iPad Mini 2 uses a retina screen with a resolution of 2048 x 1536.

  • The iPad Mini 3 is like the Mini 2 but with a Touch Id fingerprint scanner.

77 questions
0
votes
1 answer

Run The App in iPad Mini 4 Configurations

I have developed IOS app for iPod touch and now I want to test My app in iPAD Mini4 configurations because, one of my client told app was crashing in iPad Mini4.I tried in Xcode simulators but there is no iPAD Mini 4 and i don't have the device…
0
votes
1 answer

Apps not compatible with original iPad Mini

Went to download one of our shipped apps on our iPad Mini 1 and it says "This app is not compatible with your device." The iPad model is PD537LL/A. The App Store lists as compatible devices for our app everything from the iPhone 5S (don't know why…
RanLearns
  • 4,086
  • 5
  • 44
  • 81
0
votes
1 answer

Change the text and icon colors for UITabBar and UITabBarItems in XCODE 7 using swift 2.0?

How can I change the text and icon colors for UITabBar and UITabBarItems in XCODE 7 using SWIFT 2? The default gray text seems dim and hard to read for unselected tabbar items. i want the text and icons white when inactive and this colour: #600c77…
user5168832
  • 69
  • 1
  • 6
0
votes
0 answers

Belkin QODE thin for iPad mini reprogramming

I just got belkin qode bluetooth keyboard for ipad mini, but it is in french. Layout of the keys is ok, I remember where which letter is, but when I press M it types (in my language - czech) letter "Ů". When switched to english keyboard on iPad and…
0
votes
0 answers

how to add event in Month view using Tapku Library in iOS

I want to add events for Month view using Tapku Library for iOS. I am able to add the month view but don't know how to show events in month view. Any help /guidance is appreciated. Thanks in advance.
rujuta
  • 37
  • 3
0
votes
1 answer

How to detect (from website) whether ipad is using a Safari or non Safari (wrapper) browser?

On the iPad (2+) The Chrome browser (which is a wrapper around the native Safari browser AFAIK) does not fire some events (such as when the user closes the browser). This leads to false positive "app has crashed" reporting. So we'd like to filter…
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
0
votes
1 answer

iPad 2 Retina Receiving Installation Error: ApplicationVerificationFailed in Flash Builder for iOS

This is the error I'm getting when I try to install my app on my iPad Mini 2 Retina. The application installs find on my regular old iPad 2. More details: The provisioning profile has both devices listed. I've deleted and reinstalled the…
Bryan
  • 17,201
  • 24
  • 97
  • 123
0
votes
1 answer

Rounded corners (border-radius) does not work as expected on Safari 8 iPad Mini

The first three items work as expected, but the others are not - please check the attached picture. jsfiddle demo HTML:
0
votes
1 answer

ViewWillAppear and ViewDidAppear dont fire ipad-mini

In my app i present an admob interstitial add like this: interstitial.presentFromRootViewController(view) Where view is the current viewController The interstitial add is shown on the entire screen and upon dismissal of this add the view…
Michael A
  • 5,770
  • 16
  • 75
  • 127
0
votes
0 answers

App is crashes after successfully upload of 100+ images and then opening camera

App is crashes after successfully upload of 100+ images and opening camera. Tested application leaks with leak instrument but there is no leaks at all. Is there any tool or solution which tell us where the problem exactly is, in which files etc.. I…
Mehul Chuahan
  • 752
  • 8
  • 19
0
votes
3 answers

Running iPhone app on iPad mini iOS 8 results in wrong icon size in UIActivityViewController

I have an iPhone app (does not support Universal) running on iPad mini iOS 8. But I find the icon size in UIActivityViewController is incorrect. How to solve this? The issue can be reproduced simply initializing a default…
acyc
  • 1
  • 2
0
votes
1 answer

iPad Mini with earlier version of iOS treats iPhone only apps like iPad apps

I have an app designed for the iPhone only as the device family within XCode is set to iPhone. On an iPad Mini running a version prior to iOS 8.2, the app was treated as an iPad app without the (1x)/(2x) button at the bottom. This was causing…
Ed Trujillo
  • 1,371
  • 11
  • 9
0
votes
1 answer

unexpectedly found nil while unwrapping an Optional value with AVAudioPlayer

So this code runs fine on the iOS Simulators, but not on my iPad Mini var sound = NSURL(fileURLWithPath:"/Users/Dan/Documents/XCode Code/Colors- Tabbed?/Colors- Tabbed?/Sweg.aiff") var audioPlayer = AVAudioPlayer() audioPlayer =…
PugLvr28
  • 111
  • 1
  • 1
  • 6
0
votes
2 answers

Storyboard systemVersion 3.0 behave like iPhone on iPad mini(7.9 inch) but not on iPad2(9.7 inch)

I am using Xcode 6.1 with OS X Yosemite, I am facing a problem related to Storyboard. The storyboard is behave like iPhone on iPad mini but work as expected with iPad2, this problem is only with Storyboard with systemVersion 3.0 but not on it's…
Anand Suthar
  • 3,678
  • 2
  • 30
  • 52
0
votes
1 answer

How to Support an iOS app for iPhone,iPad and iPad Mini

I Got the requirement to create an iOS universal app which Should Support for iPhone, iPad and iPad mini. Now How to Include the support for iPad mini in universal app Is the development screen sizes are same for iPad mini? Any suggestions please?
soumya
  • 3,801
  • 9
  • 35
  • 69