Skip to main content
0 votes
0 answers
41 views

I’m having issues with my Android app’s notification system and scheduled background tasks. On some devices (such as the Google Pixel 8a), notifications are not received, the database doesn’t update ...
Sergio García Vico's user avatar
2 votes
1 answer
124 views

I’m trying to make a Worker run automatically when the app starts for testing purposes. The idea is that when I open the app, the Worker fetches the list of tracked animes and shows a notification for ...
Sergio García Vico's user avatar
4 votes
0 answers
176 views

This relates to an unresolved issue on StackOverflow : Android 15 Foreground Service Timeout: How to call Service.stopSelf() when using WorkManager? We are launching a foreground service in ...
Cheok Yan Cheng's user avatar
2 votes
0 answers
248 views

I'm getting the following log message: Time limit already exhausted for foreground service type dataSync This happens due to the new timeout limit introduced in Android 15: https://developer.android....
Cheok Yan Cheng's user avatar
3 votes
1 answer
83 views

Hilt keeps not initializing the Worker just because of sharedPreferences variable here @HiltWorker class AnilistNotificationWorker @AssistedInject constructor( @Assisted private val context: ...
Yusuf Talha Şanlıoğ's user avatar
0 votes
2 answers
96 views

I use Hilt with WorkManager to synchronize notifications in the background in my application, but I encounter a java.lang.NoSuchMethodException error when trying to create an instance of ...
mistelltein's user avatar
1 vote
0 answers
60 views

I need some help with my MAUI .NET 9 C# project targeting Android 15 (API 35). I'm trying to schedule background jobs to run every 60 minutes, even when the app is closed and not in memory. From my ...
Alessandro's user avatar
4 votes
1 answer
91 views

I have a background job in a WearOS app that calls an API, updates a Work database, and notifies my tile and complications about the new data. Sometimes the background job runs, but the network is not ...
GDefender's user avatar
  • 590
2 votes
1 answer
82 views

I set a Worker to run at night, with setRequiredNetworkType(NetworkType.CONNECTED) and during the run, one of the errors occurred: Unable to resolve host "script.googleapis.com": No address ...
Viewed's user avatar
  • 1,453
0 votes
0 answers
59 views

I'm developing an Android app that should be automatically installed and launched as part of the device setup process using a Mobile Device Management (MDM) solution. The app's package is configured ...
TheStranger's user avatar
  • 1,599
1 vote
1 answer
82 views

I'm using WorkManager to show to users some notifications in case of their long inactivity in the app. So basically I detect if user left the app(app went to background or destroyed) in this case I'm ...
Jenya Kirmiza's user avatar
2 votes
0 answers
189 views

Problem : I'm trying to implement background tasks in my Flutter app to add users online database when device is online using WorkManager. However, after initilaizing the WorkManager and running the ...
Vishnu Kumar's user avatar
1 vote
0 answers
37 views

I can't understand why the WorkManager runs the Worker twice, not always just one of the many runs. For example, method enqueueWorkers receives an array with one element and enqueues it as a ...
Viewed's user avatar
  • 1,453
2 votes
1 answer
481 views

I am using WorkManager in my Android application to do some background work. This work is using the Internet for HTTP POST requests to an API. With the app running in the foreground everything works ...
lchristmann's user avatar
0 votes
0 answers
76 views

We've recently encountered this crash but haven't been able to identify the root cause, as the error appears to be coming from WorkManager. Workmanager version: androidx.work:work-runtime-ktx:2.7.0 ...
yorispr's user avatar

15 30 50 per page
1
2 3 4 5
91