WARNING: CoronaProvider.native.popup.requestAppPermission is not configured in build.settings

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:

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

Ignore the warning.

Rob

Okie doke, thank you.

This looks like a bug.  I’ll take a look.