Hi,
I just tried out StartApp plugin for my iOS app built with Corona frame work.
File compile and run just fine on simulator. However, it crashes when I tried to run it on my phone. Here is the error message.
Before I tried StartApp, I was using InMobi ads plugin and it was working quite ok, except that it was using deprecated API so I had to switch.
module ‘plugin.startapp’ not found: resource (plugin.startapp.lu) does not exist in archive
no field package.preload[‘plugin.startapp’]
no file '/private/var/containers/Bundle/Application/…
more in the picture.
All I did for this was:
-
Add the plugin in the build.settings file
-
Use the code such of the ads plugin such as load and show and so on…
Here is the plugin in the build.settings file
plugins = { ["plugin.startapp"] = { publisherId = "com.startapp", }, },