Tagged Questions

Application developers can use this conduit to integrate accessory-level features into their applications. Communicating with an external accessory requires you to work closely with the accessory manufacturer to understand the services provided by that accessory. Manufacturers must build explicit ...

learn more… | top users | synonyms

7
votes
1answer
353 views

Connect the Accessory to my JailBreak iPhone Device

I am using serial programming for get connected serial cable to my iPhone my code is as under #include <stdio.h> /* Standard input/output definitions */ #include <string.h> /* String ...
2
votes
3answers
187 views

Can't get Notification after connecting serial dock connector between iPhone and iMac

Is it possible to connect iMac to iPhone through the dock connector ? Also I am using the EAAccessory framework but I am not get any notifications when I connect the serial cable to iPhone. If any one ...
2
votes
1answer
254 views

Can't get a notification when connecting an external accessory to the 3.5 mm headphones jack

I've been trying to get this to work for a while now. I've done everything they say in the documentation and still got nothing. This is the code in my app delegate that registers for local ...
1
vote
0answers
34 views

How do I stream data from my iPhone application to an MFi-compliant accessory?

I have an MFi-compliant device to which I need to stream realtime data from iPhone. I had a look at the ExternalAccessory framework and the EADSessionController class. I am able to communicate with my ...
1
vote
3answers
144 views

External accessory framework test hardware

I need to write an app for a client the uses the ExternalAccessory framework to communicate with some hardware, I read in 'External Accessory Programming Exercises' by Norman McEntire that the ...
1
vote
0answers
144 views

External Accessory Framework EAAccessoryManager connectedAccessories returns only 1 accessory on iOS 4.2 when there should be more

Calling the connectedAccessories method on the EAAccessoryManager returns a list with only a single accessory (seemly randomly chosen from the available connected accessories in the Bluetooth screen) ...
1
vote
1answer
118 views

Detect non MFI register card reader to iPhone

I want to create a one application for communication of card reader with iPhone via dock connector. but problem is there my card reader accessory is not a MFI registered. so i cant get any kind of ...
1
vote
0answers
381 views

External Accessory Framework - giving me multiple device connect notifications

I've started working with the External Accessory Framework and the Apple Camera Connector. I've got some barebones code working but am seeing some odd behavior. Basically: when I connect the Camera ...
1
vote
1answer
219 views

External Accessory reading problem

I need to receive data periodically through a BlueTooth External Accessory. I implemented an event-driven model of EA's streams. However, the initial transmission from bluetooth is always delayed. ...
1
vote
0answers
534 views

IPhone Bluetooth Connectivity to Non IOS Devices

I was wondering, if there is a way to use IPhone as an HID device, with some other device like PS3 . I checked out the Bluetooth specification and IOS Devices do support HID Profile. So I thought it ...
1
vote
2answers
381 views

iOS external accessory power

I'm trying to create an app which powers an external accessory but I am not sure how to do it. Any hints or ideas? All i plan on doing right now is have a UIView app that sends power to an external ...
1
vote
1answer
316 views

Is it possible to detect non-MFI accessories on the iPhone?

I realize it is impossible to actually utilize any external accessories that are not MFI certified with the iPhone. Is there any way to simply detect a connection? All I would like to do is acquire ...
1
vote
1answer
578 views

External accessory notification:

I am developing an application, it gets data from accessory via UART port. I am having a problem when my application runs for a long time, it uses much more memory, after the iPhone into sleep mode, ...
1
vote
2answers
680 views

Can an iPhone app with a wildcard bundle identifier work with external accessory framework?

I am trying to develop an iPhone app that integrates properly with a "Made for iPhone" accessory. There is conflicting documentation as to whether applications with wildcard Bundle Identifiers will ...
1
vote
1answer
342 views

How to access EAAccessories?

eaManager = [EAAccessoryManager sharedAccessoryManager]; [eaManager registerForLocalNotifications]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(gotDevice) ...
0
votes
0answers
14 views

Get the MAC address of a Bluetooth device with Apples “External Accessory framework”

I have a Bluetooth device that is Apple compatible. Now, I'm trying to get the MAC address of that device within an app. Is it possible to get the MAC address of a Bluetooth device with the help of ...
0
votes
1answer
85 views

IPhone EAAccessoryManager returns an empty NSArray

I am new here and I suspect I am missing something obvious but web searches and reading the apple docs are not helping. I'm stuck so here goes. I have an iphone 4 running IOS 4.2.10 with a Samsung ...
0
votes
0answers
30 views

UIWindow for external device is covering main app UIWindow

I am currently trying to output the iphone screen to another device. I've gotten it to work, but I'm having one little problem. When you output to another device you have to make another window. When ...
0
votes
1answer
111 views

How to get name of paired MFI device to iPhone via bluetooth?

I have a MFi keyboard. It is already paired to the iPhone via bluetooth. I want to programmatically get the name of the paired keyboard. I searched some forums and they say it's possible to do ...
0
votes
0answers
31 views

UIActionSheet on External Display

I have 2 UIWindows in my app, one for iPhone other for external display device. I have been unable to show UIActionSheet on the external device window. The alerts have their own window. But how to ...
0
votes
1answer
183 views

Windows Phone 7 External Communication

From what I've read online in forums and blogs, Windows Phone 7 has no support for bluetooth serial. There also does not seem to be any support for communication with accessories through USB. Can ...
0
votes
0answers
73 views

Create audible notification on iPhone from external accessory?

I develop an external accessory which connects to the iPhone via Bluetooth and animates iOS system functionality via the 'General Lingo' and 'Simple Remote Lingo'. I have NO program running on the ...
0
votes
1answer
303 views

Can External Accessory be run in background for iPhone?

Sorry if it is such a dumb question or if I'm not ninja google-ing enough. I just need the answer quick. I have an external accessory which gets data from ANT+ sensors. My question is, would it be ...
0
votes
1answer
519 views

Launch specific app when external accessory attached

I've looked at the Apple docs on this and it seems after adding the correct protocol to the Info.plist from my understanding it should launch the corresponding app? Applications that are able to ...
0
votes
2answers
283 views

iOS, Appcelerator Titanium and External Accessory Framework

I had a look at Appcelerator Titanium and I was wondering if it lets the developer interact with external accessories the way expected with traditional Apple's Objective-C External Accessory ...
0
votes
0answers
207 views

Looking for a directory of iPhone MFi vendors

I'm trying to find a directory or clearinghouse for Apple MFi vendors. I am looking to hire an existing, experienced MFi vendor to develop an iPhone external accessory for me. I have found iLounge and ...
0
votes
2answers
635 views

iPhone External Accessory help

I want to build an app that can communicate to some external third party hardware. I come to know that External Accessory framework can help me out in that, but I have few confusions…… Do I need to ...
0
votes
2answers
222 views

External Accessory unknown when plugged in since boot

I am developing an app the uses an external accessory (and am using the EAAccessory framework). Everything works great, except for the instance when the iDevice powers on while the accessory is ...
0
votes
0answers
445 views

Is there iPhone authentication by MFI external accessories?

I am doing preliminary design of an iPhone app and I'm trying to find the answer to the following question: Does the MFI system allow an external accessory to restrict which particular iPhones are ...