Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please refrain from questions regarding the iTunes App Store or about iTunes Connect.

learn more… | top users | synonyms (6) | iphone jobs

7
votes
0answers
114 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 ...
7
votes
0answers
1k views

SKStoreProductViewController and GKHostedAuthenticateViewController don't have iPhone landscape modes

I'm implementing the StoreKit in-app app purchase interface and though it appears that the SKStoreProductViewController handles landscape on iPad, it does not appear to do so for my app on iPhone ...
7
votes
0answers
401 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
754 views

CVOpenGLESTextureCacheCreateTextureFromImage return -6683(kCVReturnPixelBufferNotOpenGLCompatible)

I had extract Y U V data from video frame separately and saved them in data[0],data[1],data[2];The frame size is 640*480;Now I creat the pixelBuffer as below: void *pYUV[3] = {data[0], data[1], ...
6
votes
0answers
73 views

Emojis support in Apple push notification

I am working on iPhone app named "INTERSTIZIO".In this I have implemented functionality like chat between users.In this user can send text,location and text with emojis symbol.If the app is not in ...
6
votes
0answers
46 views

Using vibrate and AVCaptureSession at the same time

I'm trying to vibrate the phone while recording video, but I'm finding that AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); doesn't play nicely with AVCaptureSession. Is there any other way to ...
6
votes
0answers
177 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
292 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
363 views
+100

How to make a movie from set of images using UIGetScreenImage

I have used this method and get multiple images.i am also success to create movie but my problem is that when i play movie,it seems to be fast playing i.e movie didn't take all frames.Here my code. ...
6
votes
0answers
209 views

Share contact book from java application with CardDAV

I want to share with my colleagues a contact book, created with and used/managed by our application. We thought to share the contacts with our phones via CardDAV protocol. Is there any well ...
6
votes
0answers
463 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
677 views

Error Domain=NSPOSIXErrorDomain Code=61 “The operation couldn\u2019t be completed. Connection refused”

I am using asyncSocket as client side, aim running my application on I-Phone simulator, and the server side coded with C#. its working perfectly if i try to connect with a server on my LAN but the ...
6
votes
0answers
1k views

iAds Loading Throttled After Re-Launching App From Background (Also Happens In iAdSuite)

I am trying to implement the NavigationBanner iAdSuite example into my project so that a I can share a single AdBannerView instance across multiple view controllers, but I keep getting the following ...
5
votes
0answers
85 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
83 views

Caching Issue with PDF Reader

I have developed a pdf reader using schwa/iOS-PDF-Reader API. I am experiencing a caching problem, I supply my file path dynamically to the API, but the reader always brings up the first pdf file ...
5
votes
0answers
229 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
209 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
982 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
103 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
303 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
228 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
140 views

reading Local File on iPhone simulator crashes, but not on real device

I'm developing an iphone App that download an UTF8Encoded file from a server, stores it in the Cache folder of the App and the simply copy its content to an NSString* var. It works on device but not ...
5
votes
0answers
343 views

linker command failed with exit code 1 (use -v to see invocation) with RabbitMQ

I am using RabbitMQ with AMQP classes. I am trying to open connection with AMQP with AMQPConnection *t=[[AMQPConnection alloc]init]; [t connectToHost:@"localhost" onPort:5672]; [t release]; But I ...
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
298 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
313 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
355 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
502 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
656 views

iOS UIAutomation Simulator 5.0: The target application appears to have died

I'm to use the record feature in UIAutomation that only works on Simulator 5.0. when using UIAutomation on Simulator 4.3, it runs perfect. when running my app from xcode on Simulator 5.0 it runs ...
5
votes
0answers
323 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
280 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
939 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
343 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
574 views

Openfire prebind + robbiehanson/XMPPFramework using BOSH not working

We're trying to implement XMPP over BOSH for our product. The Strophe.js javascript library works fine for our needs on the WWW site. We request a prebind, it's delivered and then we use Strophe's ...
5
votes
0answers
117 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
855 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
86 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 ...
4
votes
0answers
136 views
+50

Returning CGRect from mocked method crashes

I was just practising OCMock, The problem I am facing here is I have one method named foo which returns CGRect, this method is called from another method callFoo. -(CGRect)foo { return ...
4
votes
0answers
197 views

iphonesimulator (SDK not found) error in xcode

i am trying to resolve this issue for a while now. Reason i am trying to build for simulator is to get screenshot for retina 4 inch display which are now required in the appstore. I am making an app ...
4
votes
0answers
63 views

How to know whether the object is alive or not in Objective c With ARC

Hi in my ipad application i am using the searchbar and tableview, after searching is done the results i am showing in a tableview. In order to update the table with new search results i am calling ...
4
votes
0answers
76 views

ABAddressBookGetGroupCount does not give proper count

I need to return all the contacts of particular groups. So have been trying to do some sample code which extracts all contacts. To start with needed to find all the groups in phonebook. When I opened ...
4
votes
0answers
142 views

How do I disable rounded corners for the main view of my entire iPhone app?

When running my iPhone app, the app's entire UI has rounded corners (i.e. the area underneath the status bar). The UI is set up using a storyboard, which does not show the rounded corners. How do I ...
4
votes
0answers
250 views

Sending image data from iPhone/iPad to Windows PC over wifi

I'm writing an iPhone/iPad program where I can capture an image, draw something on the image(e.g a line), and send it to a PC (e.g WinXP) in real time. To send the image data to a PC, I'm considering ...
4
votes
0answers
418 views

CoreData: error: Serious application error. Exception was caught during Core Data change processing

I am running into major issues developing my iphone app. here is the full error: CoreData: error: Serious application error. Exception was caught during Core Data change processing. This is ...
4
votes
0answers
269 views

RSA Decryption across Android - iPhone

I'm trying to implement a system where A generates an RSA key pair and sends the public key to B. B then generates an AES key and encrypts it using the public key, sending the result back to A. A ...
4
votes
0answers
200 views

SDWebImage corrupt images

I'm using SDWebImage (2.7.3 framework) and i receive corrupt images, i can't understand exactly the problem.... if is the code (memory...) (notes: I get he same error using the SDWebImage project ...
4
votes
0answers
91 views

fastest interprocess on jailbroken iPhone?

First of all, we are talking about IPC between daemon and apps on Jailbreaked iPhone. As far as I know, there are 4 ways for communications between processes , They are BSD socket, ...
4
votes
0answers
328 views

How to toggle torch functionality in iPhone 4 iOS 6 at app start with preferences plist

I'm using an app called "Stickam", which is live audio/video recording and upload over 3G. The app is perfect for my purpose except for lacking LED torch (flashlight) mode. I have a tweak installed ...
4
votes
0answers
119 views

Compile CGAL for iOS / alternate 2D cad library?

I'm hoping to make use of CGAL in an iOS / iPad app. I'm a reasonably experienced iOS developer, but I haven't ever tried including a C++ library such as this one, and I haven't actually used CGAL ...

1 2 3 4 5 676