Tagged Questions
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.
23
votes
0answers
468 views
Interpret XMP-Metadata in ALAssetRepresentation
When a user makes some changes (cropping, red-eye removal, ...) to photos in the built-in Photos.app on iOS, the changes are not applied to the fullResolutionImage returned by the corresponding ...
18
votes
0answers
704 views
Instruments automation trace only allows one target connection?
I've created a simple javascript for my iOS app that I'd like to run simultaneously on multiple iOSDevices connected via USB to one host Mac machine. Launching instruments connected to an iPhone from ...
15
votes
0answers
235 views
Google Delegates on Calendar Framework / EventKit
I have always run with the assumption that Google delegates can be viewed by iCal and the calendar.app, but are not visible to us developers through the calendar framework, or EventKit.
Has this ...
9
votes
0answers
257 views
AVAudioSessionCategoryPlayAndRecord with Airplay
My app uses the microphone and outputs audio, so I am setting my Audio Session to the Play and Record Category, but this seems to disable Airplay. If I set the category to Play, Airplay works fine ...
7
votes
0answers
72 views
Does anybody know a way to add entitlement to iOS application for non jailbroken device?
Some background
iOS operation system has a "entitlement" notion . Generally speaking, it's a permission which is granted to an application. Other services or apps can check for this permission to ...
7
votes
0answers
398 views
Debugging SIGKILL on glDrawArrays(). iPhone iOS
I hope someone can help me to figure out what is going on.
I’m developing an iPhone game using cocos2d framework. From time to time I’m getting my code stopped because of SIGKIL signal. If I press ...
7
votes
0answers
529 views
iOS WiFi probe interval
I am writing an app which connects via WiFi to a proprietary device. The proprietary device acts as a WiFi access point.
When the device powers down, the WiFi connection is terminated, as I would ...
7
votes
0answers
2k views
Background time issue for Bluetooth LE app for Iphone 4s
I am using core-bluetooth framework for my app in Iphone-4s.
This is typically has to be a background app which can run as longer as possible.
Now it is only running for 40 min - 1 hour max.
I ...
6
votes
0answers
104 views
Running HaXe from iOS app – hxRunLibrary() error
For a client I've developed an iOS + Android app using Cordova (PhoneGap) for the user interface. Now, as an update to this app, I'm am attempting to add a game that was written in HaXe. Originally ...
6
votes
0answers
171 views
Google API gives error when location entering in Danish language setting in iPhone Application
I am using a Google API to finding latitude longitude from Address location. And its working fine in English language settings. But when select Danish setting in Internationalization then it gives a ...
6
votes
0answers
263 views
UIATarget.setLocationWithOptions course not applying
I'm attempting to automate the path of a user via UI Automation. Ideally, the user location in an MKMapView would update according to the list of waypoints I've explicated in the automation script:
...
6
votes
0answers
195 views
google analytics ios sdk V2.0 short session durations
The app I'm working on is used on an iPad in a retail display. The device has auto-lock turned off, and the app will show a video loop as a type of screensaver after a minute of inactivity. We are ...
6
votes
0answers
195 views
GKSession with Mac OS X
I'm using GKSession (part of Game Kit) to connect multiple iOS devices together (over bluetooth and/or wifi), send data, etc which all works fine and I'm happy with it.
I was thinking though, it ...
6
votes
0answers
199 views
Rogue Animation of UISegmentedControl under Partial Curl
I have a view controller with a button that activates a Storyboard Modal Segue with the Partial Curl transition.
On the view controller that is revealed, I have a UISegmentedControl.
Lastly I have ...
6
votes
0answers
721 views
Pagehide event on imminent tab switching in Mobile Safari does not fire when running on iPad
It is well know that Mobile Safari pauses Javascript execution on a webpage when
you switch to different browser tab
switch to a different iOS app (e.g. when you get an incoming call the phone app)
...
6
votes
0answers
285 views
How do I pause video at the exact moment I capture a photo?
I am using AVFoundation to display a Video in my UIView via an AVCaptureVideoPreviewOverlay.
I then use AVStillImageOutput's -captureStillImageAsynchronouslyFromConnection: to capture a still Image ...
6
votes
0answers
731 views
iOS - MagicalRecord / AFNetworking / NSFetchedResultsController - background resyncing process causes perpetual hang
So the objective I'm trying to achieve
is a syncing process that is supposed to be completed in the background using AFNetworking and Magical Record, but causes a perpetual hang when a view ...
6
votes
0answers
421 views
AVAssetExport fails for some files
I have tried to export audio file from the iPod-Library. I want to create with this iPod-Library file an new file. Its fails to create files for some items only .
AVURLAsset *songAsset = [AVURLAsset ...
6
votes
0answers
613 views
How to use AVFoundation to extract (or 'demux') subtitle from mp4 video?
I am trying to create a small procedure that will take an mp4 video and extract the subtitle information from the video using AVFoundation framework. In doing so it will create and return an NSArray ...
6
votes
0answers
682 views
UISplitViewController iOS 5.1 causes popover arrow direction error
My app was working perfectly prior to iOS 5.1. It is a UISplitviewController with a UINavigationController in the left-hand pane, and updates the detail pane dependent upon choices made within that ...
6
votes
0answers
3k views
How to display “More games” page via ChartBoost in iOS?
I'm trying to integrate ChartBoost in my app and single ads are displaying OK.
This is the initial setup:
ChartBoost *cb = [ChartBoost sharedChartBoost];
cb.delegate = self;
cb.appId = ...
6
votes
0answers
456 views
EGOTextView sample
I've been playing with EGOTextView for an iOS project and have been able to get some very basic edit done. Is really cool how it can plug into place of UITextView. But now I'm afraid that I don't ...
6
votes
0answers
320 views
iOS: OpenAL randomly stops playing some sounds, can only fix with reboot
THE APPS: Two Cocos2d universal iOS games with a large customer base.
THE PROBLEM: Several months back (in 2011) reports started coming in, sounds would randomly cut out, only some of the sounds ...
5
votes
0answers
89 views
Making image positioned on textbox clickable in case of ipad (Creating HTML5 Search input type for iOS)
I am trying to simulate the HTML5 input type='search' using javascript. My aim is to make something like this:
First of all, I will specify why I did not use HTML5 Search input type directly. In ...
5
votes
0answers
155 views
Wrong iOS version shown in test flight
My iPhone is running iOS 6.1.3 but Test flight captures the iOS version as 6.0.1 and refuses to install an app built for 6.1.
Please suggest some solution to do a refresh if possible.
5
votes
0answers
183 views
IOS system sounds with custom audio sessions
I have an iOS application that plays different audio effects and records audio at the same time. The purpose of the application is currently not important, but I'm having problems with stock iOS audio ...
5
votes
0answers
114 views
Xcode command line upload/download files to/from an iOS Device Application Sandbox
does someone of you know, how I can mange the file transfer of my App data like the Organizer from the command line? I tried to find a way with xcrun or Instruments, but currently without success.
My ...
5
votes
0answers
82 views
UITextChecker: Memory Issue With Learning Thousands Of Words
I am trying to parse a medical dictionary (.csv file) and then learn all those words through the UITextChecker: learnword method so that the spellchecker approves those medical terms as valid words.
...
5
votes
0answers
386 views
Unknown crash reason (with CrashReport attached) SIGTRAP. AFNetworking?
I keep getting these crashes in my app that´s in the AppStore. The CrashReport always looks like this:
Incident Identifier: 986486D7-F013-4102-B9E3-84F923223914
CrashReporter Key: [TODO]
Hardware ...
5
votes
0answers
224 views
Quick Look and UIWebView supported file types
Is there an updated list of file types that can be displayed using UIWebView that ships with iOS 6.0? I am aware of the Apple doc and an earlier question on here about this topic. However, both are ...
5
votes
0answers
206 views
IOS receiving data timeout CFsocket
I want to connect with pool.ntp.org to time sync. So am creating a socket
sock=CFSocketCreate(NULL, PF_INET, SOCK_DGRAM, IPPROTO_UDP, ...
5
votes
0answers
145 views
MPMediaPickerController missing search functionality on the iPad
When setting up an MPMediaPickerController with the same code the search functionality works on the iPhone but not on the iPad. There's a search box in the picker on iPhone, but not on iPad.
Is there ...
5
votes
0answers
973 views
Error CGImageCreate: invalid image size: 0 x 0 with a (picker) window rotation
I get this error ("CGImageCreate: invalid image size: 0 x 0") with iOS 6 in an universal project, only for new iPad simulator (not for the old one or the iPhone) if I load a window with a picker view ...
5
votes
0answers
98 views
NSUncaughtExceptionHandler is not getting called on iOS 6
I use NSSetUncaughtExceptionHandler to set the handler in my app delegate didFinishLaunching... method, then create a deliberate crash in my app code, but the uncaughtExceptionHandler never gets ...
5
votes
0answers
297 views
Black screen appears, randomly after taking an image and tapping 'USE' in the UIImagePickerController
I have an app that's almost done and now while it was under QA, the QA engineer came across a random issue in which a black screen appears after tapping on USE in UIImagePickerController view. Further ...
5
votes
0answers
222 views
ios digital zoom for video recording. how to implement efficiently?
I've searched to find that sdk do not support digital zoom in or out, you have to do it indirectly. The way I found on stackoverflow is transform the AVCaputureVideoPreviewLayer while recording, and ...
5
votes
0answers
236 views
CoreData + iCloud + Cascade Delete - how to handle?
CoreData Entity "A" has a one-to-many relationship to a collection of CoreData Entries "B", using a Cascade delete rule.
In an iCloud environment, while device 1 shows a detail view of one of the "B" ...
5
votes
0answers
288 views
Can you record video/audio on the iphone, whilst simultaneously playing a separate video (with audio optionally)?
Does any iOS library API support playback and recording of multiple videos simultaneously? For example, does the AVMutableVideo composition interface support this?
Can anyone provide a gist of how ...
5
votes
0answers
2k views
iOS AVPlayer streaming music issues
I'm having some really weird issues with AVPlayer. I have a very simple music player (which streams sample music from the iTunes store) working with it correctly on the simulator (both iPhone and iPad ...
5
votes
0answers
312 views
subview wantsfullscreen leaves 20px at top when rootviewcontroller is ECSlidingVIewController
Im using an ECSlidingViewController as the RootViewController
In this i load a UINavigationController that eventually drills down into an image gallery.
the image gallery sets the stastusbar and ...
5
votes
0answers
353 views
iPhone - bug with image and text sending over bluetooth
I have problem with the GameKit framework. In my app, I want to send or a text, or an image. Now, when I send an image from UIImagePicker, it works well, but when I send text not. Appear the same ...
5
votes
0answers
496 views
UIPopoverController dismisses without delegate call
I have a map view which i am adding and removing annotations from based on a switch in a popovercontroller. When i touch outside the popover, it dismisses correctly and calls the delegate method ...
5
votes
0answers
318 views
app runs fine with debug build, but crash on release build, what could be the possible reasons?
I have Xcode 4.3.1, iOS 5.1, and have ARC turned on for building my app.
Now the app runs fine in debug build, but crash on release build. What could be the possible reason for the difference? I ...
5
votes
0answers
275 views
Why is this CATransition not working?
I'm trying to transition the text of a UILabel:
CATransition *animation = [CATransition animation];
animation.duration = 4;
animation.type = kCATransitionReveal;
animation.timingFunction = ...
5
votes
0answers
3k views
iOS crash 'NSInternalInconsistencyException', reason: 'statement is still active' Core Data cache related?
Very occasionally seeing these pop up in crash reports on screens using NSFetchedResultsController, and not sure how to address them. I don't believe I'm using threading anywhere, unless ...
5
votes
0answers
919 views
Align UISlider thumb image - objective-c
I've customized my UISlider but my thumb image looks strange, I mean it's position not aligned by center:
But should be like this:
And here is code:
UIImage *leftTrack = [[UIImage ...
5
votes
0answers
341 views
iOS5 openAL mute switch and volume controls
I am currently using openAL for audio playback in my app and having problems with the audio responding to the mute switch and audio volume controls in iOS 5.
I have set up an audio session category ...
5
votes
0answers
116 views
Crash on ImageLoaderMachO on app loading on iPhone
I'm getting a crash when the app load from the debugger ( EXC_BAD_ACCESS ), on this line (asm):
__dyld__ZN16ImageLoaderMachO12bindLocationERKN11ImageLoader11LinkContextEmmPKS0_hPKclS7_+320>
I ...
5
votes
0answers
847 views
How to receive the file when connecting success in TURNSocket Of XMPPFramework in ios?
I want to use TURNSocket to transfer the file between the two users.
User1: (iphone sumulator)
User2: (Spark user)
Now the socket has connected, and i want to send a file to User1 from User2 via the ...
5
votes
0answers
82 views
Is it possible to record a video while another video is being played in top most layer?
I want to figure out if it is possible to record a video by accessing device camera through AVFoundation framework , while the other video is being played at the top layer through ...

