talsec / Free-RASP-Flutter

Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
194 stars 20 forks source link

Not working #41

Closed bugrevealingbme closed 1 year ago

bugrevealingbme commented 1 year ago

I'm testing on Emulator, there is no error. There is no notification that it works. I put print everywhere, nothing happens. What is the problem. Android 12.

talsec-app commented 1 year ago

Hello @bugrevealingbme ,

Are you running the application in release mode? There are two libraries/versions(dev vs release) that are used depending on your current development stage. freeRASP dev mode is automatically selected when you are running the application in the debug or profile mode, freeRASP release is used when compiling the release version of the application. You can find more information about freeRASP versions here.

Kind regards, Talsec team

bugrevealingbme commented 1 year ago

No, I'm running in debug mode because I want to test it. I haven't tried release mode.

bugrevealingbme commented 1 year ago

There is no problem in release mode, it works. But I can't test it in debug.

talsec-app commented 1 year ago

Hello, this is by design of the dev vs release versions. See the https://github.com/talsec/Free-RASP-Flutter#dev-vs-release-version .. e.g., if a developer would like to kill the application running in an emulator, he would not be able to develop it using the emulator.