I’d like to point the user towards a book listed in app store (iBookstore) from my app, but it’s not a book that I published directly, so I’m not sure how to get the appID (or if it even has one, since it’s a book).
Here’s a link to the page: https://itunes.apple.com/us/book/time-samplers-vol.-1-escape/id580572382?mt=11
I tried using the number from the url (580572382) since I didn’t have anything else to go on, and unsurprisingly, it didn’t work (when calling native.showpopup, the store can’t find that item).
Is there some other way to launch non-app items like books / albums / etc? It seems like it should be pretty straightforward, and I’m just missing something.