ios - How to configure bluetooth printer from the app -
i have zebra printer imz series, want check presence of printer , pair through app itself. is, search printer available in vicinity , show list of it. after selecting particular 1 should able pair device.
brother, first need download zebra printer sdk , read how configure project official website from here
here helping class , project sure , figure out solution problem.
happy coding.
edit please edit plist below
<key>uisupportedexternalaccessoryprotocols</key> <array> <string>com.zebra.rawport</string> </array> <key>uibackgroundmodes</key> <array> <string>external-accessory</string> </array>
and call default api search printer, , show them in tableview.
Comments
Post a Comment