Tagged Questions
The iphone-accessory tag has no wiki summary.
4
votes
1answer
1k views
EAAccessory/EASession teardown during background
Using Apple's EADemo as a base I'm trying to understand backgrounding's influence on EAAccessories.
When I receive a connectNotification, I get the accessory, check the protocol and get the streams. ...
2
votes
3answers
705 views
EASession, EAAccessoryDelegate and “ERROR - opening session failed”
I am working with External Accessory framework. I am encountering problems reestablishing EASession after app goes into background and then returns to foreground. If I terminate my app and relaunch, ...
2
votes
5answers
2k views
iPhone credit card swipe reader?
I am looking for a credit card reader which can hook up with an iPhone/iTouch and supports the external accessory framework of the iphone sdk.
Do you guys know any solution to the problem?
Is there ...
2
votes
2answers
1k views
iPhone Accessory API
Can anyone give me a short version of what it takes to develop an app which connects to an accessory? I signed up to the 'made for ipod' program and got a huge pile of technical specifications docs ...
2
votes
10answers
660 views
What accessories do you wish you could program for on the iPhone / iPod Touch
The new iPhone O/S 3.0 added support for programming for accessories - but what accessories would you like to program for?
--UPDATE--
How would you use accessories like blood sugar monitors, car ...
1
vote
1answer
197 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
2answers
339 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
645 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 ...
0
votes
1answer
73 views
NFC accessory for iPhone (e.g. iCarte 420)
Is anybody aware of the market available NFC reader hardware accessory for the iPhone? This should have Objective-C API (i.e. use of the "External Accessory framework") and should use the dock ...
0
votes
0answers
261 views
EAAccessory: Different notifications from NSNotificationCenter while App is in foreground and background
i'm trying to find a solution concerning notifications form NSNotificationCenter now for several days but without any result.
I'v an accessory which connects via Bluetooth and the ExternalAccessory ...
0
votes
1answer
410 views
Is there a simpler example available for performing serial communication using EAAccessory?
I am writing an iPhone application that needs to send and receive data over the serial connection. I have been studying Apple's EADemo found here: EAAccessory reference
The problem is that I am ...