This is what Apple says in Resolution Center: We found your app uses the iOS Advertising Identifier but does not include ad functionality.
I have not enabled ads in corona.
Here are my build settings…
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = false,
UIApplicationExitsOnSuspend = true,
CFBundleIconFiles = {
“Icon-Small”,
“Icon-Small-50”,
“Icon”,
“Icon-Small@2x”,
“Icon-60”,
“Icon-72”,
“Icon-76”,
“Icon-Small-50@2x”,
“Icon@2x”,
“Icon-60@2x”,
“Icon-144”,
“Icon-76@2x”,
}
}
},
– For Android:
androidPermissions = {
“android.permission.INTERNET”,
},
}
And I’m not trying to call or init ads anywhere in my app. (I just checked to make sure too.)
Any idea how to fix the issue?
-Jack