0

I need to print a simple data structure in a portable bluetooth printer devices using a IOS apps.

Omarj
  • 1,151
  • 2
  • 16
  • 43
crissieboy
  • 53
  • 1
  • 4
  • sorry for previous answer, but the Bluetooth API it is private API so i think u can't use it. but u can do it in easy way like Daij-Djan give u an link to show or the http://stackoverflow.com/questions/10409385/printing-from-the-iphone-application – Omarj Nov 14 '12 at 09:37

1 Answers1

0

on ios printing to an arbitary printer isnt possible for apps. you need to use the UIPrintInteractionController AFAIK

see http://developer.apple.com/library/ios/#documentation/2ddrawing/conceptual/drawingprintingios/Printing/Printing.html

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135