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 ?
Unfortunately Itoo dosent yet natively support background location access.
You may try out the Location Service extension offered by Taifun (i.e. paid)
Hi kumaraswamy, thanks for your help. I have tried fixed like you told me, but It didn't work. I think SpeechRecognizer doesn't work with your extension. Can you tell me alternative method for Itoo.