Corona Enterprise Daily Builds

Hi There

Is this section still active? How do I get the latest version of the Enterprise / Native with the set of plugins?

Corona native is part of the main daily build. We don’t produce a separate download for Enterprise. Just get daily build 2017.3120 or later to have the latest daily build.  There will be a folder inside there for native, the inside there are two scripts you run, one if you’re starting new projects (Setup Corona Native) and one if you’re working with existing projects (Setup Corona Enterprise).

As far as plugins go, for iOS follow these steps: https://coronalabs.com/blog/2017/07/06/using-plugins-in-corona-native-projects-ios/

For Android, our engineers are still working to get a similar setup in Android Studio, but we are not there yet.

Rob

Rob: where can i get the plugins for Android?

There are no plugin packages to download for the new versions and I’m a bit lost.

I need to include the facecebook v4a plugin and it’s nowhere to be found.

Hi @esanel,

What exactly plugins do you need? 

facebook v4a is a pre-activated plugin. To use this plugin, add an entry into the plugins section of your build.settings

        ["plugin.facebook.v4a"] =         {             publisherId = "com.coronalabs"         },

I have the same issue.

it is preactivated, great, but I need the JAR to add it to the project :wink:

I have tried calling:

CoronaBuilder plugins download android /Users/krystian/projects/mfj/App/Corona/build.settings

But all I got was:

ERROR: plugin could not be validated: plugin.facebook.v4a (com.coronalabs)

ERROR: Activate plugin at: https://marketplace.coronalabs.com/plugin/com.coronalabs/plugin.facebook.v4a

which makes no sense at all.

Actually… I get the same set of errors when doing it through xcode :confused:

I have the plugin pre-activated. I also get it for MWC plugin, which I also have active.

Ah, sorry. I missed you are building using native tools, thought about Simulator. 

Yes, I can confirm that error, I will check with the engineering team

It should be fixed. Try again.

Well it worked for facebook alright, but not for other plugins i have active [for example MWC].

Could you please post your build.settings?

Right, sorry for the delay. 

It works now, and also the android downloads seems to be working ok :slight_smile:

Corona native is part of the main daily build. We don’t produce a separate download for Enterprise. Just get daily build 2017.3120 or later to have the latest daily build.  There will be a folder inside there for native, the inside there are two scripts you run, one if you’re starting new projects (Setup Corona Native) and one if you’re working with existing projects (Setup Corona Enterprise).

As far as plugins go, for iOS follow these steps: https://coronalabs.com/blog/2017/07/06/using-plugins-in-corona-native-projects-ios/

For Android, our engineers are still working to get a similar setup in Android Studio, but we are not there yet.

Rob

Rob: where can i get the plugins for Android?

There are no plugin packages to download for the new versions and I’m a bit lost.

I need to include the facecebook v4a plugin and it’s nowhere to be found.

Hi @esanel,

What exactly plugins do you need? 

facebook v4a is a pre-activated plugin. To use this plugin, add an entry into the plugins section of your build.settings

        ["plugin.facebook.v4a"] =         {             publisherId = "com.coronalabs"         },

I have the same issue.

it is preactivated, great, but I need the JAR to add it to the project :wink:

I have tried calling:

CoronaBuilder plugins download android /Users/krystian/projects/mfj/App/Corona/build.settings

But all I got was:

ERROR: plugin could not be validated: plugin.facebook.v4a (com.coronalabs)

ERROR: Activate plugin at: https://marketplace.coronalabs.com/plugin/com.coronalabs/plugin.facebook.v4a

which makes no sense at all.

Actually… I get the same set of errors when doing it through xcode :confused:

I have the plugin pre-activated. I also get it for MWC plugin, which I also have active.

Ah, sorry. I missed you are building using native tools, thought about Simulator. 

Yes, I can confirm that error, I will check with the engineering team

It should be fixed. Try again.

Well it worked for facebook alright, but not for other plugins i have active [for example MWC].

Could you please post your build.settings?

Right, sorry for the delay. 

It works now, and also the android downloads seems to be working ok :slight_smile: