1
vote
0answers
9 views

Safari renders text input boxes and textarea differently on iOS and OS X

I discovered Safari 6 on the Mac renders text input boxes and textarea boxes differently from Safari on iOS 6. OS X: iPad: Here is the code: <!DOCTYPE html> <html> <meta ...
0
votes
1answer
17 views

Connection refused on client and server, both are on MAC

I am using Mac book and having client and server running on same machine. Server opens socket whenever it has to send command to Client. Problem is Client opens socket at startup but whenever server ...
0
votes
0answers
11 views

Keychain Access Not Returning kSecValueData

I'm using the following code: + (void)createKeychainItem:(NSString *)name { // Don't create if one already exists if ([self getKeychainItem:name] != nil) return; NSData *encodedName = ...
0
votes
3answers
28 views

network connections made by my application in iOS?

I was just wondering if i can get number of network connections(hits to my server) made by my application? i am able to get my application information(process name and id) when it is in background ...
0
votes
1answer
27 views

how to get mac share folder path on iOS

I'm working on an app,now i used openssh find and get access to my mac's file system,I can access every folder at my app.That dangerous for my computer,I want to know is there any way I can only get ...
0
votes
1answer
44 views

iOS Equivalent of SecTransformRef?

Is there an iOS equivalent to SecTransformRef from the Mac SecTransform.h header file? I am getting a Semantic issue where there is an unknown type name 'SecTransformRef'. It appears that the ...
0
votes
0answers
16 views

Transfer touch data to a Mac

How send all vars in UITouch/UIEvent object to a Mac or iMac basically the goal is to create a trackpad. multitouch will automatically be supported, if I manage to send all touches and touch counts at ...
0
votes
0answers
19 views

Git Tf installation on Mac Osx 10.8

I have tried to integrate Git Tf with Xcode 4.5.1 and Mac OSx 10.8. I have followed the steps which are written at : " ...
0
votes
1answer
37 views

j2objc as subproject in XCode

I have a problem to link the j2objc library as a subproject. It always ends up with "missing libjre_emul.a" error. Steps I have done: 1) Create empty iOS project 2) Include j2objc library by ...
0
votes
0answers
12 views

How to use CEGUI with Ogre in xcode

I have build Ogre and CEGUI successfully,but I don't know how to use cegui with ogre in Xcode. I am stuck in configuring environment in Xcode and I googled but find no solution... Is there specific ...
0
votes
0answers
35 views

CFNetwork - Multiple Connections, Same Server?

I'm trying to create multiple connections to the same server (e.g. https://www.myserver.com/) using the CFNetwork framework. Everything works as expected when I try to make a single connection. As ...
0
votes
0answers
31 views

Core Animation + CADisplayLink (timer) animation

As i'd like to avoid using Cocos2D for my game, i came up with the following: The Box2D physics engine and a CALayer structure containing mainly sprites and shape layers. As Box2D features an ...
-2
votes
0answers
31 views

How do I display webcam images on Ipad? [closed]

I would like to know how to start this project. I'm trying to display the video captured from the webcam, which is built-in on my macbook, and display it on a ipad. What I've done: I've looked up ...
10
votes
3answers
149 views

how to solve a conditional equation in iOS

I want to solve a conditional equation in iOS: The equation I get from database is in NSString format, for example: if((height > 0), (weight+ 2 ), ( weight-1 ) ) As per our understanding, if I ...
1
vote
1answer
193 views

iOS simulator crashes when using Google Maps SDK for iOS

This is driving me crazy... I have been using Google Maps SDK for iOS for a while (even in an App Store product). Now, I cannot make it run in the iOS simulator any longer! It doesn't matter which ...
0
votes
2answers
26 views

Can't two user accounts use iOS Simulator at a time in Mac PC? [duplicate]

I have created two user accounts in Mac system. Using VMWare one person is accessing the system and the other is directly working on Mac PC. When they both try to use iOS simulator it is showing the ...
0
votes
1answer
50 views

debugging very slow in Xcode 4.5 and 4.6

First, sorry for my poor English. Problem appears on my ipod touch 4 which is iOS 5.1.1. When I add breakpoints, it takes Xcode long time to run. But it's OK if there's no breakpoint and it's also OK ...
6
votes
1answer
611 views

iOS Certificate Generation Error: Disc Quota Exceeded [closed]

I am trying to generate an iOS Development Certificate. After I select the .certSigningRequest file from my desktop and click on Generate, I get the following error: Processing of multipart/form-data ...
0
votes
0answers
44 views

Connect to a PPTP VPN (Server 2008) on an Apple client (iPhone / MacOS)

I've been searching all over the web for a solution for this one. I want to setup a VPN connection on Windows Server 2008 for multiple clients at the same time. Using L2TP with a secret word, ...
-1
votes
0answers
37 views

Program to iOS 6.0 [closed]

Hi guys this is my first post I'm from Mexico and my English it is no very good. My problem it's very complicated I bought iPad for developer applications but later I have a problems... Developer it ...
0
votes
0answers
15 views

How to know that an AUSampler is playing?

Any way to know if an AUSampler contained in an AUGraph is producing any sound ? Thanks !
0
votes
1answer
86 views

Is fast enumeration exception-safe in files compiled with -fobjc-arc-exceptions?

I'm considering using exceptions for internal error handling inside a library I'm writing. If they are used, the library will be built with arc and f-objc-arc-exceptions enabled. One issue with obj-c ...
0
votes
1answer
41 views

Can I make my Mac as a Bluetooth Peripheral?

I'm working on an idea which requires my Mac to send some data to my iOS device. I know CoreBluetooth framework is not there for Mac OS and only for iOS, so is there any way that I can get my Mac to ...
3
votes
1answer
63 views

iOS Core Audio : Converting between kAudioFormatFlagsCanonical and kAudioFormatFlagsAudioUnitCanonical

I need to convert between this format : format.mSampleRate = 44100.0; format.mFormatID = kAudioFormatLinearPCM; format.mFormatFlags = kAudioFormatFlagsCanonical | ...
1
vote
0answers
76 views

Cannot install Facebook SDK 3.5.1 for iOS

I know I can build it from sources, but it looks like a pkg bug or something. Basically, I open the package in the Installer.app, click Continue and Install and... nothing happens. Here are the ...
2
votes
2answers
134 views

How to check if iPhone is jailbroken or not, from terminal on a Mac?

I would like to execute some scripts on my Mac, to which an iOS device is connected. The intent of the script would be to identify whether the connected device is jailbroken or not. Would be great if ...
0
votes
0answers
22 views

How do I programatically check if a certain provisioning profile is installed on an attached IOS device using published APIs?

How do I programatically check if a certain provisioning profile is installed on an attached IOS device using published APIs? The iPhone Configuration utility can do it - but does it use a proprietary ...
0
votes
0answers
26 views

How create volume in AVPlayer for mac?

i have some interesting code for AVPlayer from Apple site. This is code for changing volume in player. + (NSSet *)keyPathsForValuesAffectingVolume { return [NSSet ...
0
votes
3answers
105 views

Develop iOS Apps without a Mac [duplicate]

I want to create a mobile application for iPhone in Objective-C. The app should be equipped with a graphical user interface. The problem is that I don't have a Mac computer so I have no access to the ...
0
votes
1answer
55 views

NSUnarchiver in iOS

I have a NSData object was archived by NSArchiver in OSX, it was a NSAttributedString. Now I want to unarchive it in iOS, but iOS has no NSUnarchiver, it only has NSKeyedUnarchiver which doesn't fit ...
2
votes
1answer
76 views

What is the execution flow of blocks? [duplicate]

I am working with Objective-C blocks, but I'm having troubles understanding the below code execution. Here is the code : NSArray *array = @[@"A", @"B", @"C", @"A", @"B", @"Z", @"G", @"are", @"Q"]; ...
0
votes
3answers
100 views

_myObject vs self.myObject [duplicate]

When I was working on a game the other night, I realized that I could increase the performance of my "tick" code by decreasing the the number of method calls by using _myObject instead of ...
0
votes
1answer
43 views

Why do the files in the Copy Bundle Resources appear in red?

The files in the Copy Bundle Resources appear as instead of Sometimes, I hence have the error : -[NSWindowController loadWindow]: failed to load window nib file 'Document' but I managed ...
0
votes
0answers
30 views

How to STOP, CLEAN, BUILD project via objectiveC code

I am working on a xcode plugIn. This XCode plugIn help user to Stop, Clean, Build projects automatically. I have added menu item under "Product" menu call "Genrate link". On "Genrate link" click ...
0
votes
1answer
85 views

Cost of Developing Bluetooth 4.0 BLE applications for iOS or OSX?

I have HW applications that uses BLE i.e. Bluetooth 4.0. I would like to get it working in Apple products such as iOS or OSX. My friend said that earlier developers had to be pay at least some 20k USD ...
0
votes
1answer
69 views

AVPlayer live radio streaming stop after 15 minutes or so

As the title, I'm trying to live stream internet radio on both iOS and OS X using AVPlayer instance. Everything works as expected with a simple player = [AVPlayer playerWithURL:URL]; While using the ...
0
votes
1answer
42 views

Core Data Design: better 1 model with 2 stores or 2 models and 2 stores?

I'm facing a design problem using core data in an iOS app. I've got two stores, one will contain a sort of catalog, the other only user data. I've read all those questions: CoreData with multiple ...
0
votes
1answer
42 views

Sending description to NSError

I think I've found a bug on NSError but want to run it passed you guys and see if it's actually just me doing something wrong. I get a crash when sending description to an NSError instance that makes ...
1
vote
2answers
71 views

How to wait till some actions completed when its invoking Async APIs

We have some set of actions but, each actions invokes Async APIs. We want wait till Async API got back and then start execution of second action. Ex: We have X, Y and Z actions: Method1 does X ...
-1
votes
2answers
244 views

How to cleanly encapsulate and execute in sequence a series of background tasks in iOS?

My app includes a back-end server, with many transactions which must be carried out in the background. Many of these transactions require many synchronous bits of code to run. For example, do a ...
3
votes
1answer
66 views

What do the different exception codes in OS X / iOS Crash reports mean?

In Apple crash reports, there are two lines providing Exception Type and Exception Codes for the crash report. Does anybody know what all these codes actually mean? There are some self-explaining ...
1
vote
1answer
65 views

Image file extension Xcode

I'm programming an app similar to the email. So when I attach a file to my message I would like to show the filename + small image (icon), this icon should be according the filetype, for example pdf ...
0
votes
1answer
29 views

How to detect the size and name of USB drives in Objective-c

After using NSWorkSpace to detect how many USB drives I have, I still want to know the size and the name of the specific drive. How to get those information? I tried to use NSFileSystemSize, but seems ...
0
votes
2answers
624 views

Xcode 4.6.2 not getting downloaded from mac app store

I have MAC OSX 10.7.4 and i want to download xcode 4.6.2, but in the mac app store, when i click on "View in mac app store", it opens a dialog box to choose an application and on selecting xcode, ...
0
votes
1answer
46 views

Facing PNGCrush issue on some of XCode / Mac OS (Not specific)

I have developed an application using Mac OS 10.7.5 and XCode 4.6.2. Application is working fine in my machine without any error/warnings. But when I try to run in another machine Mac OS 10.8 and ...
0
votes
0answers
26 views

how to create nsprogressindicator in cocoa app it should not be indeterminate form

anyone tell me how to create nsprogressindicator in cocoa app it should not be in indeterminate form.......i used tis code [progrssbar setHidden:NO]; //[progrssbar setDoubleValue:0]; ...
0
votes
0answers
82 views

XMPPFramework connection to local private vysper server

I am trying to connect a iOS client example using the xmppframework on a jabber server (local) running vysper without any luck so far. I have set up vysper creating users on an example hostname like ...
0
votes
2answers
292 views

Delphi - writing application for IOS, MacOsx and windows?

I would like to make sure I understand the powerful of Delphi correctly. it is possible to write code which will run on those three platforms: windows, MacOSx and IOS?! How comes? Is it possible to ...
-1
votes
0answers
77 views

Are Mobile "WebView” Apps Good or Bad? [closed]

I really liked the idea of creating an app with WebView for IOS and Android because then I can make updates on my web application outside of having to worry about IOS/Android. I also like the fact ...
1
vote
2answers
172 views

How to pass objective-c function as a callback to C function?

I want to call a c function from objective-c and pass objective-c function as a callback the problem is this function has a callback as parameter, so I have to pass objective-c function as a call ...

1 2 3 4 5 20