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: iOS
A time ago I wrote a series of articles on how to integrate Braintree Payment in Xamarin Forms, since then a few things have changed.…
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,…
For the last few months, I’ve been writing about how to create a binding library, as a result of this, decided to create a plugin…
In the first part of this article, I covered how to create a binding library in Xamarin by creating one of the Pay.Card SDK. In…
As a Xamarin Developer, there are situations where we want to use a native (Objective C, Swift, Java, Kotlin, etc) library. To do this, we…
This article is part of the code snippets June calendar by Luis Matos, click here to check all the great contributions. When developing a Xamarin…
On June 6, I gave a talk about how to create binding libraries in Xamarin Android/iOS for the Latino .NET community. I explained what’s a…
When developing enterprise salesforce applications is very common to support printing orders, collections, receipts using a portable bluetooth thermal printer. If you search around there’s…