Apps using Itoo and build after august 17 cause the app to crash

Hi Kumaraswamy,
Let me know if I can be of any help. Collecting logs perhaps? I have ADB running and USB debugging enabled, but might need some guidance from you how to capture the right data.

What about providing a working example app as small as possible then?

Also

Taifun

Android 14 imposes restrictions on the feature that Itoo uses to exchange messages b/w processes. And there's some technical debt to the project, interfacing the service with the blocks makes it really messy.

Im not sure what to do... Thinking of spiting the message exchange system into a new component (a breaking change), while also allowing more flexibility...

Hello all, this update should resolve all the issues.

xyz.kumaraswamy.itoo.aix (81.4 KB)

Let me know how it works. Tested on Android 14.

Could you please also update this on the main topic also.

No, this should be tested first.

1 Like

Hi Kumaraswamy,
I just tested my app. Good news, Broadcasting is working again. Thanks a lot for your support!

Im just wondering, the new version of Itoo introduced the "ForegroundServiceType" property. Could you please explain and/or document the usage of this property?
Many thanks in advance!

Hi Marcel, the newer version of Androids require you to specify the foreground type as in what your service does in background.

Basically Android wants you to tell what your service does in background. If there is no exact option, it's better to select one which has closer relevance.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.