Skip to content

Commit c5886c2

Browse files
authored
Merge pull request #88 from SirionRazzer/master
Update README.md
2 parents 0f66035 + d429230 commit c5886c2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![FreeRasp](https://raw.githubusercontent.com/talsec/Free-RASP-Community/master/visuals/freeRASP.png)
22

33
![GitHub Repo stars](https://img.shields.io/github/stars/talsec/Free-RASP-Community?color=green) ![Likes](https://img.shields.io/pub/likes/freerasp?color=green!) ![Likes](https://img.shields.io/pub/points/freerasp) ![GitHub](https://img.shields.io/github/license/talsec/Free-RASP-Community) ![GitHub](https://img.shields.io/github/last-commit/talsec/Free-RASP-Community) [![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)
4-
![Publisher](https://img.shields.io/pub/publisher/freerasp)
4+
![Publisher](https://img.shields.io/pub/publisher/freerasp) [![42matters](https://42matters.com/badges/sdk-installations/freerasp)](https://42matters.com/sdks/android/freerasp)
55

66
# freeRASP for Flutter
77

@@ -139,7 +139,7 @@ void main() {
139139
signingCertHashes: [
140140
'AKoRu...'
141141
],
142-
supportedStores: ['some.other.store'],
142+
supportedStores: ['com.sec.android.app.samsungapps'],
143143
),
144144
145145
/// For iOS
@@ -171,9 +171,10 @@ String base64Hash = hashConverter.fromSha256toBase64(sha256HashHex);
171171
We strongly recommend using **result value** of this tool in signingCertHashes. **Do not use this tool directly** in `signingCertHashes` to get value. If you are not sure how to get your hash certificate, you can check out the guide on our [Github wiki](https://github.com/talsec/Free-RASP-Community/wiki/Getting-your-signing-certificate-hash-of-app).
172172
.
173173

174-
Similarly, `bundleIds` and `teamId` are needed for iOS version of app. If you publish on the
175-
Google Play Store and/or Huawei AppGallery, you **don't have to assign anything**
176-
to `supportedStores` as those are supported out of the box.
174+
Similarly, `bundleIds` and `teamId` are needed for iOS version of app.
175+
176+
Google Play Store and Huawei AppGallery are supported out of the box, you **don't have to assign anything**. You can add other stores like the Samsung Galaxy Store in the example code (```com.sec.android.app.samsungapps```). For more information, visit the [Detecting Unofficial Installation](https://github.com/talsec/Free-RASP-Community/wiki/Threat-detection#detecting-unofficial-installation) wiki page.
177+
177178

178179
Next, pass a mail address to `watcherMail` to be able to get reports. Mail has a strict
179180
form `[email protected]` which is passed as String.

0 commit comments

Comments
 (0)