SQLite Xamarin Forms Tutorial - iOS Database Path
Here is the Complete Xamarin Developer Course: iOS And Android: https://www.udemy.com/complete-xamarin-developer-course-ios-and-android/?couponCode=YT-XAMARIN Take the free course here on YouTube to learn the basics of Xamarin.Forms development, and take that full course (for $9.99 down from 199.99) to get into de depths of the Xamarin ecosystem.
When using SQLite inside of your applications, you will need to set the location for the database file.
In this video I cover what you have to do for the iOS scenario, which indeed will be slightly different from the Android one, which means that we will have two versions of the same code -one per platform- and that we will need to code some functionality in the platform-specific projects.

