i want to open the kindle application from my own app and need to open specific file (included in the resources folder), i´ve been looking for the uri scheme in kindle but there is no information, does anyone knows how it works?
In my code i can open the app, but doesn't launch a book, the need is to open the application and open a specific pdf file found in the folder resources
Xamarin.Forms.Device.OpenUri(new Uri("kindle://book/?action=open&book_id=AMZNID0/0BWUTJQ/0/"));