I'm testing the use of SQLite in xamarin forms using Xamarin Studio on mac and I would like to found the files corrisponding to the app started on the emulators (android or iOS). For debug, I would like to found the emulator's app sqlite file and, using for example Firefox SQLite manager, check the data inside the db to understand if my app works correctly.
So, my question is: when the app starts into the emulator, what is the path of its files?