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.

  1. zebra-toolkit
  2. tizebraprint

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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -