To embed a publication in your native app, you simply need to open the URL of your 3D issue Publication in a WebView. This is possible in version 6.2 and above.
iOS (Obj-C):
NSURL *request = [NSURLRequest requestWithURL:@”https://samples.3dissue.com/flipbooks/magazine-samples/3dissuedemo/index.html”];
[self.webView loadResquest: request];
Android (java):
webView.loadUrl(“https://samples.3dissue.com/flipbooks/magazine-samples/3dissuedemo/index.html “);
You can obtain a full list of your publications from the 3D issue Library that is generated by the software. You can find the link to your library file in any publication that you’ve created and uploaded by appending “files/data/bookinfo.xml” to the url, so our sample from above would be:
https://samples.3dissue.com/flipbooks/magazine-samples/3dissuedemo/files/data/bookinfo.xml
Inside that bookinfo file search for “value313”, that will give you the address of your library.xml