wow
Great news, thanks!
Downloading the Windows installer Eset Nod32 identify it as “Potentially unwanted application” “Win32/WebBar.F”
Don’t know how to upload a screenshot here.
Regards,
Denys
@davida6, we plan to eventually get to a Windows-Android native setup, but I’m not sure where it is on the roadmap.
@egruttner, CoronaCards is still here and still a paid product.
@bdmadclown, we need to work on more documentation for making Windows DLLs for now there are a couple of examples of building plugins. I’ll have to go hunt for one of them since it’s on GitHub. The memory Bitmap plugin is also an example you can look at.
@pktracer, click on the “More Reply Options” below the editor. You can upload an image from that screen, make sure to attach it.
Rob
Ah, ok, here it is, the Nod32 antivirus notification.
Wow is correct! I almost shed a tear.
great
Congrats to Corona on the rebranding… and congrats to all of us for free enterprise!
This is exiting news… Thanks!
This was a good rollout. Great job guys.
Really Great News!
Thanks Corona!
How do we include plugins that we’ve bought into corona Native?
I am interested to know the answer to this as well since I am currently paying for the Admob plugin.
Kindly also provide Swift sample for Enterprise. Thanks!
Those are all good news and site look really nice, good work. I have a couple of questions regarding the current situation.
I finished building my game as far as I remember at the end of the 2016 but as the news of “Corona Ads retired” came in and Corona Pro Bundle shoots up to 699$ which made me retire my already finished game which I was happy to pay for 99$ for splash plugin with ad support. Now in the light of the new announcement what are my options, how can I continue my game and release it with ad support while keeping my upfront cost minimum considering it is wild west out there in the app stores.
ps: Here are the simple fixes I found on the site just by browsing, hope it helps. (using new version of developer page)
https://developer.coronalabs.com/users/{username} -> this is 404, should go to my user account page
https://coronalabs.com/pricing -> this is 404, from “Upgrade to Enterprise” button on developer central
Where can I find out more about Corona Enterprise?
What it offers etc…
Thanks,
Dave
@burakdede87, welcome to the forums!
Where you using Corona Enterprise to build your game or did you build through the Simulator? We have over 20 ad plugins available, some are free to us, some have revenue sharing and some are a fee to use. No one says you have to use the Pro bundle, though it’s a good deal if you want to use multiple providers in your app. There is also the Appodeal plugin which mediates many of our ad providers plus many that we don’t have plugins for. Appodeal can even hook up your AdMob account and delver their ads through Appodeal.
If you want to use Applovin, we have two plugins for it. One has a revenue sharing model where a small percentage of the ads shown gets credited to our Applovin account while the bulk get credited to our account. You pay nothing up front, and never pay us anything period since we handle the rev-share through the plugin. Once your game is successful enough that the $199 paid Applovin plugin becomes a better option, you can just switch plugins, rebuild and ship an update. We have 15+ ad plugins that are totally free for you to use with no revenue sharing. Monetization choices shouldn’t be an issue. I’d seriously investigate Appoeal!
@thedavebaxter, in short, when using the Corona simulator, you are limited to the API’s we provide you either through the core (over 1000) or through plugins. You can do an enormous amount of work with what the simulator gives you. However we can’t provide you everything in the simulator. Perhaps you want to use service that offers’s a mobile SDK. The simulator can’t link to these 3rd party tools. Using native builds, you would use either Xcode (for iOS) or Android Studio (for Android) and build your Corona based app through those tools. For the most part (like account validation), you can build off line (the need to contact our servers, transmit your compiled code over and back isn’t needed). You can include an static or dynamic library in your project and using the C to Lua bridge access the functions in your Lua code. An example. you find some cool bluetooth fitness device and you want to build an app to access the data. They provide an iOS SDK. The simulator cannot use it. But with native builds, you copy that SDK into your project, write the necessary C to Lua bridge functions and you now have Lua functions that can call the native functions. You can read more about it here. https://docs.coronalabs.com/native/index.html
Rob
@pxtracer did you get it successfully installed?
Regarding the bad links: We are still working on the other servers that you access. For the pricing page, native builds are now free, so there won’t be a pricing page. We just need to remove that button. For the username link, try going to https://portal.coronalabs.com and see if that works better for you.
Including Plugins: I believe the new combined version knows how to download third party plugins from the Marketplace. Previously we just included them in a separate zip file and you would just copy the various .a or .jar files into your project. The native documentation should cover this. https://docs.coronalabs.com/native/index.html
Swift Example: I’ll see if I can get an example from Engineering.
Rob
So I see there is a target in the xcode app for download plugins I build that and I get errors
ERROR: plugin could not be validated: plugin.twitter (com.jasonschroeder)
ERROR: Activate plugin at: https://marketplace.coronalabs.com/plugin/com.jasonschroeder/plugin.twitter
ERROR: exiting due to plugins above not being activated.
I looked and it is activated, do I need to setup something else?
Correction on a refresh I notice it now says expired, I bought this on Feb 7th 2017 and now it says expired, it is supposed to be a yearly subscription I thought.
Sorry Correction again, Twitter pluggin is not supposed to expire at all, its a Perpetual License
@corona1634 can you report this to support AT coronalabs.com and we can get someone to look at your account.
Rob