You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK-VERSION-Need to replace with the correct v4 series.
44
+
//SDK-VERSION - Need to replace with the correct v4 series.
46
45
```
47
46
48
47
Or Maven:
@@ -53,7 +52,7 @@ Or Maven:
53
52
<artifactId>QCv4_PLUS</artifactId>
54
53
<version>SDK-VERSION</version>
55
54
</dependency>
56
-
SDK-VERSION - Need to replace with the correct v4 series
55
+
//SDK-VERSION - Need to replace with the correct v4 series
57
56
```
58
57
59
58
Or can even integrate with the **.aar** library file and manually add the file dependency to the project/app.
@@ -65,7 +64,12 @@ Compatibility
65
64
***Minimum Android SDK**: QuickCapture v4 requires a minimum API level of 21.
66
65
***Target Android SDK**: QuickCapture v4 features supports **API 35**.
67
66
***Compiled SDK Version**: QuickCapture v4 compiled against **API 34**.Host application using this SDK should compiled against 34 or later
68
-
67
+
## Run-time requirement
68
+
69
+
-[x] This SDK is designed to run on officially supported Android & iOS devices only.
70
+
-[x] On Android, Google Play Services is mandatory.
71
+
-[x] Supported CPU architectures: arm64-v8a and armeabi-v7a.
72
+
-[x] Simulator and emulator environments are not supported.For testing on simulators, please contact the development support team to request a dedicated test version compatible with those environments.
0 commit comments