- Reader SDK iOS version: 1.3.3
- Reader SDK Android version: 1.3.3
Now requires Xcode 10.2+
For Xcode 11+: Add the permission
NSBluetoothAlwaysUsageDescription
to your info.plistIf your application target is pure Objective-C and contains no Swift code, you must include the standard Swift libraries with your application. To do this:
- Open the Build Settings tab for your application target.
- In the top right search field, search for 'embed swift'.
- Change the value of Always Embed Swift Standard Libraries to Yes.