There was no problem when I was uploading my app to Apple two weeks ago. There was the IDFA option already. I checked no IFDA, and everything worked.
During these two weeks, no new plugins were added to my app, here is the list for reference:
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", -- supportedPlatforms = { iphone = true }, }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true }, }, ["CoronaProvider.ads.admob"] = { publisherId = "com.coronalabs", -- supportedPlatforms = { android = true }, }, },
Today I am trying to upload again with my app built with Corona 2282, the uploader rejects it because of IFDA with following message:
Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but you have not indicated its usage on the Prepare for Upload page in iTunes Connect.
Corona, please help (urgent!)