talsec / Free-RASP-ReactNative

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

Home Page:https://github.com/talsec/Free-RASP-Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting "unofficialStore" check failed after publish on play store internal testing.

Subhendu-io opened this issue · comments

Steps I followed.

  1. Added configuration :

const raspConfig = {
androidConfig: {
packageName: BUNDLE_ID,
certificateHashes: [ SIGN_CERTIFICATE_HASH ],
},
iosConfig: {
appBundleId: BUNDLE_ID,
appTeamId: TEAM_ID,
},
watcherMail: WATCHER_MAIL,
isProd: true,
}

  1. Added hook
    useFreeRasp(raspConfig, actions)

  2. Checking on use effect.
    appChecks.forEach((item: any) => {
    if (item.status === 'nok') {

      Getting ====>  Unofficial Store ( NOK );
    

    }
    });

Everything else works fine.

Thanks.

Hello,

could you please send us some information about your application (watcher mail or package name) so we can look into the audit reports(logs) and investigate this issue? Please, send it to support@talsec.app together with a link to this issue.

Best regards,
Talsec Team

Hello @xprikryl2
I mailed the details of our application. also wanted to share that.
We are only getting this error in android which env has " 2 App signing key certificates " in google play console

  1. Latest
  2. Legacy

Thanks.

Closed due to inactivity.

If issue still persists don't hesitate to reopen it and/or contact us via mail: support@talsec.app