Category: MAUI
-
Schedule background task on IOS platform in Maui App
On iOS, we can use Background Fetch to implement background tasks. However, it’s important to note that the execution time and frequency of iOS background tasks are uncertain and depend on the system’s scheduling. Enabling Background Fetch: Add the following key-value pair to your Info.plist file: Ensure the Background Fetch Interval: Set the minimum background…
-
Use google sheet as database to develop Maui App
Do you have the same idea with me that developing a lite Maui app shared among family member?It means that App need handle storing the data on the internet /cloud There is too much cost if we choose Azure Service or Other cloud service.So what we can do?I think it is a good idea to…