shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
138 stars 126 forks source link

Using Android Emulator to receive incoming sms has an exception. #121

Closed Dichill closed 2 years ago

Dichill commented 2 years ago

Using a physical device works fine, but when using emulator to simulate text messages, the android emulator or the app encounters a pause on exception java.lang.Integer cannot be cast to java.lang.Long if I keep pressing F5 (continue) it iterates back and forth to the initPlatformState() It's also saying that it failed to handle method call and it gets stuck at an infinite loop of pause and break in initPlatformState() function.

github-actions[bot] commented 2 years ago

Issue marked stale due to no activity.