-
Todd Ditchendorf
objective-c ios ipad cocoa-touch ipad-mini
Detecting different hardware at runtime is useful for analytics (among other, even more questionable purposes). Many iOS app creators may be interested to know how many users are experiencing their app on an iPad mini (rather than just knowing how many users are experiencing their app on an iPad with 1024×768 screen resolution – which would also be interesting).Is there any public API in Cocoa touch/UIKit/ObjC/C which could be used to detect that your iOS app is running on an iPad mini at runtim
-
user3008041
ios low-memory ipad-mini
The game we are developing is crash on iPad mini with IOS 7 because the low memory warning when the game uses about 200MB memory. However, there is more than 100MB free device memory, and the game is OK on iPad2.Anyone knows what happened on iPad mini? IPad mini’s hardware is similar as iPad2, but why there is low memory warning on ipad mini though iPad2 is OK?Why low memory warning will be sent when the device has lot of free memory?Thank you.
-
hussain Shabbir
iphone objective-c ios7 uiimagepickercontroller ipad-mini
My app works fine on all the devices and ios versions but when it comes to ipad mini, on iOS7 when i alloc:init the UIImagePickerController and display. After getting image the app suddenly give low memory warning and crash. Here is my code of capturing image.if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) {UIImagePickerController *imagePickerController;if ([UIUtilityClass isCurrentVersionIsIOS7OrGreater]) {UIImagePickerController* imagePickerControll
-
Bob
ios segue mfmailcomposeviewcontroll ipad-mini
I am developing an app that runs on all the deployment target simulators (5.0-6.1) and on my iPhone 3GS, 4, 4S and a gen 2 iPad. I had the opportunity today to try running it on an iPad Mini. I works everywhere except when I try to segue to a MFMailComposeViewController object to send an email, which causes it to crash with an exception. I use the code directly from the MailComposer sample project, but it always crashes when it calls presentModalViewController:animated:. So I tried presentViewCo
-
howanghk
ios ios6 crash-reports ipad-mini
Recently I am trying to debug with the information provided by Crash Reports. So far I have been able to identify and fix some bugs but not this one.As I read from the crash report, it’s something wrong with UIDictationController, but my code did not call UIDictationController at all. The crash report is generated by PLCrashReporter. It seems that the user is using an iPad Mini (WiFi) and running iOS 6.0.2.Incident Identifier: [REMOVED] CrashReporter Key: [REMOVED] Hardware Model: iPad2,5