Closed rakesh0689 closed 2 years ago
Hello @rakesh0689 , we will look at the issue promptly.
Kind regards, Talsec team
Hello @rakesh0689
We haven't noticed any issue regarding M1 processors on Mac. We use M1 Macs on daily basis - developing and testing.
Are you running debug version? If so, be aware that dev version of SDK (used in debug mode of app) doesn't detect simulator, debugger and signature threats - no matter if you run your app in simulator or real device.
After taking a closer look, we can confirm the issue with hot restart. Flutter has limitation when it comes to plugins and hot restart (see StackOverflow issue).
Currently, our recommendation is to always use flutter run command (i.e. always run app from scratch).
Readme will be updated accordingly to this recommendation.
We can take a deeper look - just mail us your app's bundleID to info@talsec.app.
Kind regards, Talsec Team
Yes if i run from scratch the error is not coming but was still not able to detect the emulator. May be some issue with my code. Will confirm once I get to the root of the problem. Thanks for your help team Talsec.
Now its working without any issues after doing flutter run every time. Thank you
I am using M1 based MAC having Xcode version 13.4.1. FreeRASP version is 2.0.0 as well. In android Freerasp is detecting root/emulator etc. but in iOS the package is not detecting anything. If I remember correctly when I began developing the app, I installed free rasp first and checked whether its detecting emulator/jailbroken etc. that was on Intel based MAC. After that I continued with development on M1 based MAC and after the app is almost completed I once again checked whether FREERASP is working. But as I mentioned its not detecting anything in iOS. There is no error as well. I am occasionally getting an error while doing Hot restart like mentioned below:-
The following MissingPluginException was thrown while activating platform stream on channel plugins.aheaditec.com/events: MissingPluginException(No implementation found for method listen on channel plugins.aheaditec.com/events)
When the exception was thrown, this was the stack
0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:165