In my build.settings I have the following plugins
plugins = { ["plugin.admob"] = { publisherId = "com.coronalabs" }, ["plugin.notifications.v2"] = { publisherId = "com.coronalabs" }, },
When I build the app and run on a physical device, The application quits immediately.
I only put them in my build.settings. No reference to them in any of my scenes.
When I remove those plugins from my build.settings the app works fine on the physical device.
Corona build Version 2020.3567 (2020.1.9)
Can someone check this ?