You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having access to the LCPLicense after calling importPublication (in the LCPImportedPublication)
To avoid multiplying the functions, we can add something like this:
extensionLCPLicenseSource{
case lcpl(URL)
case publication(URL)
case json(String)}func importPublication(from source:LCPLicenseSource,...)func retrieveLicense(from source:LCPLicenseSource,...)
The text was updated successfully, but these errors were encountered:
A few features are missing currently in the
LCPService
:LCPLicense
object from a LCPL or JSON.Pre-load one or more user passphrases in the LCP database.(Various API improvements r2-lcp-swift#97)LCPLicense
after callingimportPublication
(in theLCPImportedPublication
)To avoid multiplying the functions, we can add something like this:
The text was updated successfully, but these errors were encountered: