Kodaps / DataVizPlugin

Dataviz pure lua plugin for Corona SDK
0 stars 0 forks source link

Unable to download plugin through corona? #1

Open dingchao-95 opened 5 years ago

dingchao-95 commented 5 years ago

I tried to use ur plugin but it seems to be un-downloadable through corona. Could you tell me why? Thanks.

Gosev commented 5 years ago

Hi, how are you including it from Corona ? The way it works on their side is that you have to "subscribe" to the plugin in the marketplace (even though it is free) with your account for it to be downloaded on your client.

dingchao-95 commented 5 years ago

Hi, how are you including it from Corona ? The way it works on their side is that you have to "subscribe" to the plugin in the marketplace (even though it is free) with your account for it to be downloaded on your client.

Hey Gosev, i basically subscribed to the plugin and included it in my project as such "['plugin.dataviz"] = {publisherId = 'odc.coronalabs'} and it simply said failed to download from odc.coronalabs/plugin.dataviz. Do you encounter the same issue?

Gosev commented 5 years ago

you should have: publisherId = 'com.kodaps'

dingchao-95 commented 5 years ago

you should have: publisherId = 'com.kodaps'

Tried it, didn't work too.