Storing app settings in NSUserDefaults is a quite common thing to do in an iOS application, one way to achieve it is by using Xamarin.Essentials,…
Category: Backgrounding
In my previous article, I covered how we can get background time-based location updates in iOS. This time I want to talk about a distance-based…
When tracking location updates on iOS, there are certain scenarios where we want to get regular location updates based on time as if used wisely,…
In a previous article, I talked about setting up Prism with Shiny in a Xamarin Forms project. Now I will extend on this by adding…
Working with background services in mobile applications can be a little be tricky, but now we have a great option called Shiny which is a…