Skip to content

Commit 44a95c3

Browse files
authored
Update Readme.md processed data
1 parent 01bd9f3 commit 44a95c3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
freeRASP for Flutter is a part of security SDK for the app shielding and security monitoring. Learn more about provided features on the [freeRASP's main repository](https://github.com/talsec/Free-RASP-Community) first. You can find freeRASP Flutter plugin on [pub.dev](https://pub.dev/packages/freerasp).
44

5-
<table>
6-
<tbody>
7-
<td>⚠️ Attention ⚠️ Update to the latest (<strong>1.1.0</strong>) version. Previous versions contain a bug that impacts logged data.<br>
8-
</td>
9-
</tbody>
10-
</table>
11-
125
# Usage
136
We will guide you step-by-step, but you can always check the expected result This is how final implementation should look like:
147

@@ -196,6 +189,11 @@ void initState(){
196189
app.start();
197190
}
198191
```
192+
193+
## Step 5: User Data policy
194+
Google Play’s User Data policy and App Store's App Privacy Details indicate that applications should inform users properly of the data that they are collecting and processing, and therefore reject the apps which do not comply with the policy. To comply with the policies, follow the manuals for given platforms: [Android](https://github.com/talsec/Free-RASP-Android#step-4-google-plays-user-data-policy), [iOS](https://github.com/talsec/Free-RASP-iOS/tree/master#step-4-app-store-user-data-policy).
195+
196+
199197
And you're done 🎉!
200198

201199
# Troubleshooting

0 commit comments

Comments
 (0)