@regulaforensics/ionic-native-document-reader 6.3.0 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/README.md +0 -3
- package/example/package.json +2 -2
- package/package.json +1 -1
- package/reactExample/README.md +0 -3
- package/reactExample/package.json +2 -2
package/example/README.md
CHANGED
|
@@ -11,18 +11,15 @@ $ ionic cordova prepare
|
|
|
11
11
|
4. Copy the `regula.license` file to the `example/src/assets` folder.
|
|
12
12
|
|
|
13
13
|
5. Android:
|
|
14
|
-
* Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
|
|
15
14
|
* Run `ionic cordova build android`, then`ionic cordova run android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio.
|
|
16
15
|
|
|
17
16
|
6. iOS:
|
|
18
|
-
* Change the Bundle Identifier to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
|
|
19
17
|
* Run `ionic cordova build ios`, then `ionic cordova run ios` inside `example` folder - this is just one way to run the app. You can also run it directly from within Xcode.
|
|
20
18
|
|
|
21
19
|
|
|
22
20
|
# Troubleshooting license issues
|
|
23
21
|
If you have issues with license verification when running the application, please verify that next is true:
|
|
24
22
|
1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
|
|
25
|
-
2. The application (Bundle) ID, which you use, is specified in the license.
|
|
26
23
|
3. The license is valid (not expired).
|
|
27
24
|
4. The date and time on the device, where you run the application, are valid.
|
|
28
25
|
5. You use the latest release version of the Document Reader SDK.
|
package/example/package.json
CHANGED
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@ionic/angular": "^6.0.15",
|
|
29
29
|
"@ionic/cordova-builders": "^6.1.0",
|
|
30
30
|
"cordova-ios": "^6.2.0",
|
|
31
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "^6.3.
|
|
31
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "^6.3.1",
|
|
32
32
|
"@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "^6.3.0",
|
|
33
|
-
"@regulaforensics/ionic-native-document-reader": "^6.3.
|
|
33
|
+
"@regulaforensics/ionic-native-document-reader": "^6.3.1",
|
|
34
34
|
"cordova-android": "^10.1.1",
|
|
35
35
|
"cordova-plugin-add-swift-support": "^2.0.2",
|
|
36
36
|
"cordova-plugin-android-permissions": "^1.1.0",
|
package/package.json
CHANGED
package/reactExample/README.md
CHANGED
|
@@ -9,18 +9,15 @@ $ npm install
|
|
|
9
9
|
4. Copy the `regula.license` file to the `public/assets` folder.
|
|
10
10
|
|
|
11
11
|
5. Android:
|
|
12
|
-
* Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
|
|
13
12
|
* Run `npx jetify`, then `ionic cap run android` - this is just one way to run the app. You can also run it directly from within Android Studio.
|
|
14
13
|
|
|
15
14
|
6. iOS:
|
|
16
|
-
* Change the Bundle Identifier to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
|
|
17
15
|
* Run `ionic cap run ios` - this is just one way to run the app. You can also run it directly from within Xcode.
|
|
18
16
|
|
|
19
17
|
|
|
20
18
|
# Troubleshooting license issues
|
|
21
19
|
If you have issues with license verification when running the application, please verify that next is true:
|
|
22
20
|
1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
|
|
23
|
-
2. The application (Bundle) ID, which you use, is specified in the license.
|
|
24
21
|
3. The license is valid (not expired).
|
|
25
22
|
4. The date and time on the device, where you run the application, are valid.
|
|
26
23
|
5. You use the latest release version of the Document Reader SDK.
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@ionic-native/image-picker": "^5.36.0",
|
|
17
17
|
"@ionic/react": "^6.0.0",
|
|
18
18
|
"@ionic/react-router": "^6.0.0",
|
|
19
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "^6.3.
|
|
19
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "^6.3.1",
|
|
20
20
|
"@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "^6.3.0",
|
|
21
|
-
"@regulaforensics/ionic-native-document-reader": "^6.3.
|
|
21
|
+
"@regulaforensics/ionic-native-document-reader": "^6.3.1",
|
|
22
22
|
"@testing-library/jest-dom": "^5.11.9",
|
|
23
23
|
"@testing-library/react": "^11.2.5",
|
|
24
24
|
"@testing-library/user-event": "^12.6.3",
|