I'm developing an app related to books, in the book list the user marked the book they also have on amazon kindle, then when they click the "READ" button, the kindle app (iOS) open with that book opened.
my question is how to do it. I can open the kindle app with custom-url
kindle://what-next?
but it just opens the kindle app, and I don't know how to do next.
I tried kindle://book?action=open&asin={book-id}
with no luck.
(book-id from the amazon website url)
In my kindle app I have the free sample of that book and I have to click to choose what to open.
Any one know how to do it or any ideal how to work around would be really appreciated.
Updated: I tried kindle://book?action=open&asin=B01MY0FRTE&location=40
on MacOS and it works but sadly it was ignored on iOS