Is there any documentation that explains how to use “pro” plugins with Enterprise? I’m trying to move a pro project over to enterprise which uses the analytics plugin. There some vague mention of adding .a files at http://docs.coronalabs.com/native/plugin/index.html.
Can I use the keep the existing lua analytics code in my app or do I have to scrap that and build an analytics plugin myself?
I’m getting errors like:
ERROR: Could not load provider (flurry) due to the following reason: module ‘CoronaProvider.analytics.flurry’ not found:resource (CoronaProvider.analytics.flurry.lu) does not exist in archive
no field package.preload[‘CoronaProvider.analytics.flurry’]
no file './CoronaProvider.analytics.flurry.so’
no file './CoronaProvider.so’