Hello
I tried to use the plugin, but i get a message "Plugin is not loaded" on CreatePdf" and "CreateAndSharePdf" actions. What is missing?
Thank you
Antonio Barroso
Hi António,
Just as an initial side note, typically plugins have a "Check" action to determine if the plugin is available on the device or not... you should use it to gracefully fallback to other implementation in the case it is not.
In order for plugins to be available to your application you need to have generated and installed (or updated) the native application (and be running it) after you started making use of the plugin, otherwise the plugin binaries are not in the application package.
My suggestion is:
Hope this helps!
Hello Jorge
Thank you for your reply.
The problem was fixed after a "generate" action in service center, like you recommeded.
Best regards
António Barroso
Antonio Barroso wrote:
Hello!Could you show me what was done so you can generate the plugin locally on devices that you do not have?I put feedback and returned a "2-Plugin is not loaded" error, so I can not do the generation.Thank you!
Glad to hear it!
Please mark it as the solution then, this is a common situation, and the easiest it is for people to find the answer on the forums the better.
Thanks!