Hello, I update itto to the latest 4.2 but the problem continue with android 14 U1TDS34.94-12-7-6 in moto g54 5G,
when I click on Start buton I get a simple error saying my app "keeps crashing"
with itoo 4.0 and 4.1 the app opens and closes immediately
Hi @Kumaraswamy, Thanks a lot for your great work, now I am planning to create an app to check wifi when connected if it asks for login details or not, I have created a background task which is to send notification when wifi is connected to any network when the app is closed and once you click on the notification the app opens, unfortunately it is failing to accomplish the task in the background though it shows that it is working but nothing happens and when I try the same in the UI it works normally when I close and open wifi or toggle it the required notification appears normally, I don't know what is the problem.
Hi @Taifun , @Kumaraswamy
I tried to upgrade NotificationStyle extension but not working in background too and i download logcat app but no error appear on device logs
What's strange to me is that the basic notification for (Itoo.CreateProcess) shows me that it's running normally in the background but something is making it not call the procedure (starter2) and I think the same thing is happening with (Itoo.RegisterEvent) and it's not the problem with the (NotificationٍStyle) extension or (Network_Tools) from frist project.
I think there is an issue with Itoo extension with Android 14. I tried running the Music Player example with the latest Itoo v4.3 extension (needed some changes since the example was based on an old Itoo version)
Specifically the Itoo.BroadcastEvent is not firing. Can someone check if my code blocks are ok ?
Hi,
with the last extension version is possible to manage Location Sensor events (locationSensor.LocationChanged) and Texting events (Texting.Messagereceived) on Android 14 ?