talsec / Free-RASP-Cordova

Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
16 stars 4 forks source link

Error during Talsec initialization: #4

Closed privaterepo2021 closed 1 year ago

privaterepo2021 commented 1 year ago

Hi, I got hit with Error during Talsec initialization when I run in IOS, but it doesnt show is what error. This is the config, is there anything I miss out?

var config = {
            "androidConfig" : {
                "packageName" : "com.eb.sps", 
                "certificateHash" : ["2ZYTi+Z2PGVzO1QZcVcMZ1GTmpebaNKFFoE+LVJd0AI="],
                "supportedAlternativeStores": [
                    "com.google.android.packageinstaller",
                    "com.android.packageinstaller"
                ]
            },
            "iosConfig" : {
                "appBundleIds": "com.eb.sps",
                "appTeamId": "BLT26AAEG2"
            },
            "watcherMail" : "tmlee@gmail.com"
 };
privaterepo2021 commented 1 year ago

Is resolved, I miss out the watcherMail when build in prod