Creating POC using LCP Framework #366
-
Hello there, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Before I answer, could you give me some additional info?
By the way the |
Beta Was this translation helpful? Give feedback.
-
Thanks for response,
My main concern is I'm not able to see LCP server related code in Swift toolkit framework. |
Beta Was this translation helpful? Give feedback.
-
Hi Mickaël Menu,
|
Beta Was this translation helpful? Give feedback.
I'll try to find some time to draft a proper user guide after the holidays. But in the meantime I can give you a quick overview.
The
#if LCP
checks are there to allow the test app code to run even if you don't have the privatelcplib
project which is required to run the LCP code. You don't need these in your application, if you always support LCP.Setup
R2LCPClient
framework provided by EDRLab in your application. They provided instructions on how to do that.ReadiumLCP
framework part of the Readium Swift toolkit (this project).R2LCPClient
. This acts as the glue between the two frameworks, as they d…