Hello, I would like to integrate a Commercial Break in my android game but it doesn’t work. I get the following error “module ‘plugin_combre’ not found”.
Hello, I would like to integrate a Commercial Break in my android game but it doesn’t work. I get the following error “module ‘plugin_combre’ not found”.
What is strange is that if I remove combre=require(“plugin.combre”), there’s no error. It means that the plugin is loaded. So, why it says that it didn’t found??
The errors you are getting is because your require can’t find the plugin. Do me a favor and try to build for device and see if you get the error or if you’re only getting it in the Windows simulator.
Yes it works on the device but there’s another problem:
When the advertising is finished, it ends on an unavailable web page “geoclose” and there’s no way to come back to the app even with the device back button.
@waltsir We need you to file a bug report on the 2nd issue. Please create a simple project that demonstrates the issue. The plugin must have a main.lua, build.settings and config.lua file and any other assets needed to let us build the app, run it and see the problem without our engineers having to make up any code or make any art/sound assets needed. Put all of this in a .zip file and use the “Report a bug” link at the top of the page. You will get an email upon successful submission and that email will have a Case ID# in the subject. Please post it back here. When you fill out the form, its also helpful to put the URL of this post in the bug submission text along with your description.
@Kevinv H, this thread is regarding Commercial Break. Please make a new thread to discuss your issue.
Hello, I would like to integrate a Commercial Break in my android game but it doesn’t work. I get the following error “module ‘plugin_combre’ not found”.
What is strange is that if I remove combre=require(“plugin.combre”), there’s no error. It means that the plugin is loaded. So, why it says that it didn’t found??