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
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,17 @@ We have provided a simple application that demonstrates the ***API*** calls you
21
21
1. Go to the `Advanced` folder. There you will find the project written in Kotlin.
22
22
1. Copy the license file to the project: `Advanced/DocumentReader-Kotlin/app/src/main/res/raw/`.
23
23
1. Open the project in an IDE.
24
-
1. Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
25
24
1. Run the project.
26
25
27
26
1.`Basic` folder contains the basic sample project with only main features. To build it, do the following steps:
28
27
1. Go to the `Basic` folder. There you will two projects: one is written in Kotlin, another in Java.
29
28
1. Copy the license file to the project: `Basic/DocumentReader-sample/app/src/main/res/raw/` or `Basic/DocumentReader-sample_kotlin/app/src/main/res/raw/`.
30
29
1. Open the project in an IDE.
31
-
1. Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
32
30
1. Run the project.
33
31
34
32
## Troubleshooting license issues
35
33
If you have issues with license verification when running the application, please verify that next is true:
36
34
1. The OS, which you use, is specified in the license (Android).
37
-
2. The application ID, which you use, is specified in the license.
38
35
3. The license is valid (not expired).
39
36
4. The date and time on the device, where you run the application, are valid.
40
37
5. You use the latest release version of the Document Reader SDK.
0 commit comments