Is there a way I can use a plugin in my project without having to request it in the “build.settings” file?
I want my app to not necessarily require the “com.android.vending.BILLING” permission (added with Google IAP plugin), but only when the user wants to make a purchase within the app.
I want to do this because Google is showing me a warning in the developer console saying that my app may lose visibility due to the request for this permission.