/PrinterSDK

SDK for PrinterSDK

Primary LanguageObjective-CMIT LicenseMIT

PrinterSDK

Update history

  • 1.4.2

    1.优化固件升级
  • 1.4.3

    1.修复多台设备同时连接发送数据丢失问题

CocoaPods

To integrate PrinterSDK into your Xcode project using CocoaPods, specify it to a target in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target 'MyApp' do
  # your other pod
  # ...
  pod 'PrinterSDK ','~> 1.4.3'
end

Then, run the following command:

$ pod install

If you cannot find the latest version, you can execute pod repo update first

Warning

If it is a Bluetooth connection, you need to add Bluetooth privacy permissions in Info.plist

Privacy - Bluetooth Always Usage Description
Privacy - Bluetooth Peripheral Usage Description