Skip to content

Commit 9ba6a2f

Browse files
authored
Merge pull request #33 from SirionRazzer/master
Update README.md
2 parents 6bfde38 + 7692be1 commit 9ba6a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

3-
![GitHub Repo stars](https://img.shields.io/github/stars/talsec/Free-RASP-Community?color=green) ![GitHub](https://img.shields.io/github/license/talsec/Free-RASP-Community) ![GitHub](https://img.shields.io/github/last-commit/talsec/Free-RASP-Community) ![Publisher](https://img.shields.io/pub/publisher/freerasp)
3+
![GitHub Repo stars](https://img.shields.io/github/stars/talsec/Free-RASP-Community?color=green) ![GitHub](https://img.shields.io/github/license/talsec/Free-RASP-Community) ![GitHub](https://img.shields.io/github/last-commit/talsec/Free-RASP-Community) ![Publisher](https://img.shields.io/pub/publisher/freerasp) [![42matters](https://42matters.com/badges/sdk-installations/freerasp)](https://42matters.com/sdks/android/freerasp)
44

55
# freeRASP for React Native
66

@@ -147,7 +147,7 @@ const config = {
147147
androidConfig: {
148148
packageName: 'com.awesomeproject',
149149
certificateHashes: ['your_signing_certificate_hash_base64'],
150-
// supportedAlternativeStores: ['storeOne', 'storeTwo'],
150+
supportedAlternativeStores: ['com.sec.android.app.samsungapps'],
151151
},
152152
iosConfig: {
153153
appBundleId: 'com.awesomeproject',
@@ -164,7 +164,7 @@ const config = {
164164

165165
- `packageName` _: string_ - package name of your app you chose when you created it
166166
- `certificateHashes` _: string[]_ - hash of the certificate of the key which was used to sign the application. **Hash which is passed here must be encoded in Base64 form.** If you are not sure how to get your certificate hash, 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). Multiple hashes are supported, e.g. if you are using a different one for the Huawei App Gallery.
167-
- `supportedAlternativeStores` _: string[] | undefined_ - If you publish on the Google Play Store and/or Huawei AppGallery, you **don't have to assign anything** there as those are supported out of the box.
167+
- `supportedAlternativeStores` _: string[] | undefined_ - 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.
168168

169169
1. `iosConfig` _: object | undefined_ - required for iOS devices, has following keys:
170170
- `appBundleId` _: string_ - Bundle ID of your app

0 commit comments

Comments
 (0)