Just double checking things here.
So am just getting around to building for android, and have put app on a device - can recieve ads.
Just noticed that my build settings did not include any android permissions.
ie
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.READ_PHONE_STATE”,
},
},
Got these from sample code for inneractive.
Did a search on Android permissions and came across some articles -
- saying defaults used to be automatically included but not know - people in the comments were saying hey why doesn’t corona check our code and add what is needed.
So my question how could i get ads displayed without having the permissions in my build settings?
I do have the admob and social plugins called within my build settings. So do these plugins include the android permissions they require - thus i don’t have to place the code above in my build settings file??
just a double check really.
T.