Why is my app asking for the development tools permission? How do I remove it?

I didnt add it and i would like to remove it from the app.

Here are my plugins and permissions

android = { permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", }, }, plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true }, }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }

Hi @gainsempire,

Can you post the contents of your config.lua file? Did you include the other aspects related to push notifications and IAP licensing?

Thanks,

Brent

Hi @gainsempire,

Can you post the contents of your config.lua file? Did you include the other aspects related to push notifications and IAP licensing?

Thanks,

Brent