Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
70 views

I attempted to declare a print background task (PrintSupportExtensionBackGroundTask) in the appx manifest and register it with the system. However, when the foreground application (i.e., the main ...
Jeff325's user avatar
0 votes
1 answer
112 views

I'm working on PSA (Print Support App) development with the following environment: Windows 10 22H2 and Windows 11 SDK 10.0.26100.0. In the appx manifest, I attempted to register a background task ...
Jeff325's user avatar
0 votes
0 answers
252 views

I'm currently working on a project where we need to run background tasks, specifically, making periodic API calls. After some research, I came across the react-native-background-fetch library. It ...
Tayna Lopes's user avatar
0 votes
1 answer
50 views

I am using Expo Push Notifications in my app to implement a WhatsApp-like calling functionality. I've used a custom sound, and it plays perfectly. But the problem is when I wanna stop it from the JS ...
Sonet Adhikary's user avatar
0 votes
0 answers
101 views

I am uploading small files to Firebase Storage, approximately 276KB a piece. The app can choose to do a small handful of these uploads per day from the background. The desired behavior is that ...
Program232323's user avatar
0 votes
0 answers
31 views

We have implemented BGAppRefreshTask in our iOS Swift project. If the device's background app refresh is off, then below line of code is not throwing any error. Ideally it should throw ...
Navin Samuel's user avatar
0 votes
1 answer
105 views

I am trying to send an email with a Django background task. But the problem is that when I run python manage.py process_tasks nothing happens. I am just stuck in part where it looks like it is running ...
Explants's user avatar
1 vote
2 answers
1k views

When following the documentation here https://reactnative.dev/docs/headless-js-android and trying to create a simple background task, everything seems to work properly ( compilation and building is ...
JohnP's user avatar
  • 100
0 votes
2 answers
328 views

I'm building an application which involves a task queue from django-background-tasks. The issue that I'm facing is that I can't seem to start the queue automatically and have to manually run ...
xl3ehindTim's user avatar
1 vote
1 answer
63 views

I've installed my AS on external SSD (where programs are didn't matter before but maybe it's crucial now). I'm a student so all I make is simple, not too demanding (and outright primitive), so 2374 ...
Curious Newbie's user avatar
0 votes
0 answers
241 views

I am trying to upload a file to S3, authenticated by AWS Cognito, automatically from the background even when the app is closed. So this is my AppDelegate Code: import BackgroundTasks class ...
Davidtjx's user avatar
0 votes
0 answers
102 views

How do I keep the web socket connection active even though it is in the background of the application? Even though I am outside the application, I still want to receive messages sent by the web socket ...
anastasya's user avatar
1 vote
0 answers
592 views

I’m working on implementing a background task in my iOS app using BGAppRefreshTask. I’ve followed all the steps to set it up, but the background task did not work for the background and terminated ...
serhanaksut's user avatar
0 votes
1 answer
120 views

I am trying to send a notification using Awesome notification plug in whenever a background task is successfully completed using Workmanager plug-in. Having the Workmanager work on iOS is a pain, but ...
user1204563's user avatar
0 votes
0 answers
64 views

I created a out-of-process background task in which I download a HLS stream(m3u/m3u8) by using a LibVLCSharp library. Platform is UWP I have two different processes app and background task. App is ...
Denys's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
49