Hi all,
Hopefully this is a simple one. I’d like to remove this warning message from the Simulator Output window.
- WARNING: CoronaProvider.native.popup.requestAppPermission is not configured in build.settings
I’ve tried adding this to build.settings:
settings.plugins = { ["CoronaProvider.native.popup.requestAppPermission"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, } } };
But that just gives me the warning:
- PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.coronalabs/CoronaProvider.native.popup.requestAppPermission/manifest.json
The documentation (https://docs.coronalabs.com/api/library/native/showPopup.html) does not give me any hints as how to rectify this situation.
I’m using build 2016.2889.
Thanks,
Albert