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.html
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ <h2 id="androidintegrationfilesandrequirements">Android Integration Files and Re
36
36
<tbody>
37
37
<tr>
38
38
<td><strong>SDK Filename</strong></td>
39
-
<td> fraudforce-lib-release-4.0.0.aar </td>
39
+
<td> fraudforce-lib-release-4.1.0.aar </td>
40
40
</tr>
41
41
<tr>
42
42
<td><strong>Version</strong></td>
43
-
<td> 4.0.0 </td>
43
+
<td> 4.1.0 </td>
44
44
</tr>
45
45
<tr>
46
46
<td><strong>Package</strong></td>
@@ -73,18 +73,18 @@ <h2 id="androidintegrationfilesandrequirements">Android Integration Files and Re
73
73
<p><strong>NOTE</strong> If the permissions listed are not required by the application, the values collected using those permissions will be ignored. The permissions are not required to obtain a usable blackbox, but they do help obtain some unique device information.</p>
74
74
</blockquote>
75
75
76
-
<p>Version 4.0.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.</p>
76
+
<p>Version 4.1.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.</p>
77
77
78
78
<h2id="installingthefraudforcesdkforandroid">Installing the FraudForce SDK for Android</h2>
79
79
80
80
<ol>
81
-
<li><p>Download iovation-android-sdk-4.0.0.zip from here: <ahref="https://github.com/iovation/deviceprint-SDK-Android">iovation Mobile SDK for Android</a>. </p></li>
<li><p>Download iovation-android-sdk-4.1.0.zip from here: <ahref="https://github.com/iovation/deviceprint-SDK-Android">iovation Mobile SDK for Android</a>. </p></li>
<li><p>Depending on your IDE, do one of the following:</p>
84
84
85
85
<ul>
86
86
<li><p>In <strong>Eclipse and Maven</strong>, deploy the AAR file to your local Maven repository, using maven-deploy. For more information, see <ahref="http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html">Guide to installing 3rd party JARs</a>.</p></li>
87
-
<li><p>If you are using <strong>Android Studio with Gradle</strong>, add the <em>fraudforce-lib-release-4.0.0.aar</em> file to your application module’s libs directory. Then, edit the <em>build.gradle</em> file in order to add the libs directory as a flat-file repository to the <code>buildscript</code> and <code>repository</code> sections. This makes the fraudforce-lib-release-4.0.0.aar file accessible to Gradle.</p>
87
+
<li><p>If you are using <strong>Android Studio with Gradle</strong>, add the <em>fraudforce-lib-release-4.1.0.aar</em> file to your application module’s libs directory. Then, edit the <em>build.gradle</em> file in order to add the libs directory as a flat-file repository to the <code>buildscript</code> and <code>repository</code> sections. This makes the fraudforce-lib-release-4.1.0.aar file accessible to Gradle.</p>
88
88
89
89
<pre><code>buildscript {
90
90
repositories {
@@ -101,11 +101,11 @@ <h2 id="installingthefraudforcesdkforandroid">Installing the FraudForce SDK for
101
101
}
102
102
</code></pre>
103
103
104
-
<p>Also in the application module’s <code>build.gradle</code> file, make sure that fraudforce-lib-release-4.0.0 is a compile-time dependency:</p>
104
+
<p>Also in the application module’s <code>build.gradle</code> file, make sure that fraudforce-lib-release-4.1.0 is a compile-time dependency:</p>
<li><p>Call the <code>refresh()</code> method in the same Activity or Fragment where <code>getBlackbox()</code> will be called. The integrating application only needs to call this method on the Fragments where the <code>getBlackbox()</code> method will be called.</p>
@@ -277,7 +277,7 @@ <h2 id="compilingthesampleappinandroidstudio">Compiling The Sample App in Androi
277
277
278
278
<ol>
279
279
<li><p>In Android Studio, select File | Open or click <strong>Open Existing Android Studio Project</strong> from the quick-start screen.</p></li>
280
-
<li><p>From the directory where you unzipped fraudforce-lib-release-4.0.0.zip, open the <strong>android-studio-sample-app</strong> directory.</p></li>
280
+
<li><p>From the directory where you unzipped fraudforce-lib-release-4.1.0.zip, open the <strong>android-studio-sample-app</strong> directory.</p></li>
281
281
<li><p>In the project navigation view, open <code>src/main/java/com/iovation/mobile/android/sample/MainActivity.java</code></p></li>
282
282
<li><p>Right-click the file editing view and select <em>Run Main Activity</em>.</p>
283
283
@@ -292,6 +292,12 @@ <h2 id="compilingthesampleappinandroidstudio">Compiling The Sample App in Androi
@@ -28,19 +28,19 @@ The iovation FraudForce SDK integrates with native and hybrid apps. Hybrid apps
28
28
29
29
> __NOTE__ If the permissions listed are not required by the application, the values collected using those permissions will be ignored. The permissions are not required to obtain a usable blackbox, but they do help obtain some unique device information.
30
30
31
-
Version 4.0.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.
31
+
Version 4.1.0 of the iovation FraudForce SDK for Android supports Android 4.1 or higher.
32
32
33
33
## Installing the FraudForce SDK for Android
34
34
35
-
1. Download iovation-android-sdk-4.0.0.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
35
+
1. Download iovation-android-sdk-4.1.0.zip from here: [iovation Mobile SDK for Android](https://github.com/iovation/deviceprint-SDK-Android).
36
36
37
-
2. Unzip iovation-android-sdk-4.0.0.zip.
37
+
2. Unzip iovation-android-sdk-4.1.0.zip.
38
38
39
39
3. Depending on your IDE, do one of the following:
40
40
41
41
- In __Eclipse and Maven__, deploy the AAR file to your local Maven repository, using maven-deploy. For more information, see [Guide to installing 3rd party JARs](http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html).
42
42
43
-
- If you are using __Android Studio with Gradle__, add the *fraudforce-lib-release-4.0.0.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-4.0.0.aar file accessible to Gradle.
43
+
- If you are using __Android Studio with Gradle__, add the *fraudforce-lib-release-4.1.0.aar* file to your application module's libs directory. Then, edit the *build.gradle* file in order to add the libs directory as a flat-file repository to the `buildscript` and `repository` sections. This makes the fraudforce-lib-release-4.1.0.aar file accessible to Gradle.
44
44
45
45
```
46
46
buildscript {
@@ -57,12 +57,12 @@ Version 4.0.0 of the iovation FraudForce SDK for Android supports Android 4.1 or
57
57
}
58
58
}
59
59
```
60
-
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-4.0.0 is a compile-time dependency:
60
+
Also in the application module's `build.gradle` file, make sure that fraudforce-lib-release-4.1.0 is a compile-time dependency:
0 commit comments