-
1. Re: Android Custom Library
Neil Enns - Adobe Oct 30, 2014 11:41 AM (in response to Scott Landis)Make sure your main page is called index.html.
Neil
-
2. Re: Android Custom Library
Neil Enns - Adobe Oct 30, 2014 11:42 AM (in response to Neil Enns - Adobe)Also make sure you have the latest .js files from DevNet. You can't just use the iOS custom store JavaScript file, there were many updates made to it so it works across iOS, Windows, and Android.
Neil
-
3. Re: Android Custom Library
Scott Landis Oct 30, 2014 11:51 AM (in response to Neil Enns - Adobe)Thanks Neil, updating the .js files was the trick.
-Scott
-
4. Re: Android Custom Library
Neil Enns - Adobe Oct 30, 2014 12:48 PM (in response to Scott Landis)Excellent!
Neil
-
5. Re: Android Custom Library
mediacross Nov 3, 2014 7:59 AM (in response to Neil Enns - Adobe)What about the android custom library sample made with angular.js, running on iOS, I've updated the js files to the latest version but doesn't work
-
6. Re: Android Custom Library
derek_lu Nov 3, 2014 9:25 AM (in response to mediacross)What doesn't work? If you open the remote debugger, do you see any errors in the console? I loaded the store onto my iPad and it loads fine.
-
7. Re: Android Custom Library
paolo bill Nov 3, 2014 9:38 AM (in response to derek_lu)I Don't see any folios.
unfortunatly I can't debug on iPad as per my other post
-
8. Re: Android Custom Library
David Herrera Nov 3, 2014 9:41 AM (in response to paolo bill)Please share your user ID (email) with me privately so that I can look at the some details in your account.
Thanks,
Dave -
9. Re: Android Custom Library
derek_lu Nov 3, 2014 9:44 AM (in response to paolo bill)Do you have any renditions for the iPad? Can you see any folios in the default library?
-
10. Re: Android Custom Library
paolo bill Nov 3, 2014 10:31 AM (in response to derek_lu)Yes I can see folios on the default librar. Also on the custom library build with backbones. But I will prefer using the angular version
-
11. Re: Android Custom Library
derek_lu Nov 3, 2014 10:33 AM (in response to paolo bill)Can you send me your library files?
-
12. Re: Android Custom Library
derek_lu Nov 3, 2014 11:06 AM (in response to derek_lu)I took a look at your files and it looks like you made some changes to the default files. When I launch your files I get an exception on line 180 of folioItemView.js indicating there is an exception with your code. The error is Error: [$rootScope:inprog] $digest already in progress. Try removing the scope.$apply.
I recommend getting your development cert to work so you can remotely debug. If you are unable to do that you can add a textfield for debug output and output to the text field to see where your code stops executing.
-
13. Re: Android Custom Library
paolo bill Nov 3, 2014 11:12 AM (in response to derek_lu)I'm getting that on android too, but i does not affect the app, are you able to see the folios on the html even if they are hidden? (display:none)
-
14. Re: Android Custom Library
derek_lu Nov 3, 2014 11:15 AM (in response to paolo bill)Yes, I can see them in the web inspector.
-
15. Re: Android Custom Library
paolo bill Nov 4, 2014 2:14 AM (in response to derek_lu)I figure it out. If I check “Custom library or store manages issues” checkbox in the DPS App Builder, it doesn’t show my folios. If I deselect it I can see them, but they are not managed. Basically the are all available for download even if I’m not logged-in.
This doesn’t happen on android where I can see my folios according with the user rights.
-
16. Re: Android Custom Library
mediacross Nov 4, 2014 2:51 AM (in response to paolo bill)the same is true for default_library_v3
-
17. Re: Android Custom Library
Neil Enns - Adobe Nov 4, 2014 5:50 AM (in response to paolo bill)That setting in App Builder should never be checked unless you are one of maybe two people in the entire world Leave it unchecked.
Neil
-
18. Re: Android Custom Library
Neil Enns - Adobe Nov 4, 2014 5:53 AM (in response to Neil Enns - Adobe)If you are trying to implement restricted distribution using a custom store you need to publish the folios as public/retail in Folio Builder, but do not add pricing information to iTunes. That will keep them hidden until the reader signs in and your entitlement server says what folios they should have access to.
Neil
-
19. Re: Android Custom Library
paolo bill Nov 4, 2014 6:11 AM (in response to Neil Enns - Adobe)I solve all my problems, with both custom library and debug.
There was a problem between my verifyentitlement url and the one Adobe had register for my app. Once the pointed to the right one everything start working fine.



