Ej_Semogan
(Ej Semogan)
January 13, 2023, 6:39am
#1
Hello everyone, have a nice day ahead!
I am creating a location tracking app. I used Background Task Extension so that tracking continues even when app is in idle mode, but, when I want to start the tracking activity, an error appears. I hope somebody would help me to solve this. Thank you and God bless.
Screenshot:
Gordon_Lu
(Gordon Lu)
January 13, 2023, 8:02am
#2
I believe Background Tasks is deprecated, also Kodular may have abandoned support for Support Libraries. Try to use IToo.
[image]
ItoO Tasks is a specially built extension (completely different from the old one) that makes such Environment that it would be possible to allow things like Procedures/Variables to be accessed when the App is In Background.
Blocks
Here are some of the blocks, blocks that arent mentioned are intended for Test only purpose.
Initialize
[image]
Initializes the service that would run after @latency.
Name is the (main) procedure name that will be called.
Of “runWhileActive”, if set…
2 Likes
Ej_Semogan
(Ej Semogan)
January 13, 2023, 8:26am
#3
Oh, I see. I will try to use this extension. Thank you for your response, @Gordon_Lu .
1 Like