Hello,
So I am looking for a way for the app to keep on running in the background till the user has cell reception again and the data can be uploaded. I hope this makes sense.
For how to use the background service in MAUI you can refer to the following documentation, although they are Xamarin documentation, but still available in MAUI.
For Android: Foreground Services.
On Android platform, the foreground service has a higher priority than the ordinary background service, which can be more effectively kept alive.
For iOS: iOS Backgrounding with Tasks.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.