IDBlue has an iOS Framework available here: IDBlue Framework . (See "Developer Tools")
The latest version (1.0.0.1) was released on 1/12/2012. It works for its readers of HF and UHF, from what I understand. To add it to your iOS project:
- Right-click the "Frameworks" folder in Project Navigator.
- Select "Add files to [your project name] ..."
- Go to the unpacked sdk folder, "IDBlue.framework".
- Select this folder
To learn how to use it for development, simply use the help.html file that they included. It has a fairly detailed documentation on all issues. * Note. To integrate the Framework correctly, I had to do the following:
- Add a link to my build phases in the Apple ExternalAccessory framework.
- Set "Embedded Active Architecture Only" in the build settings to "Yes"
Hope this helps.
source share