Tagged Questions
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
198 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
1answer
646 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
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 ...