Hi i am having the same warning building in corona 2019.3509, but i don’t have in app purchases. This is my build.settings:
settings = { splashScreen = { enable = false }, orientation = { default = "portrait", --initial launch orientation content = "", --locked orientation of the Corona stage, independent of Native UI elements (iOS only) supported = { "portrait", "portraitUpsideDown" }, --table of allowed options for auto-orientation }, plugins = { ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ["plugin.admob"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, }, iphone = { xcassets = "Images.xcassets", plist = { NSCalendarsUsageDescription = "Testing", NSPhotoLibraryUsageDescription = "Testing", NSCameraUsageDescription = "Testing", UIApplicationExitsOnSuspend = true, NSPhotoLibraryUsageDescription = "This app would like to access the photo library.", NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, }, }, android = { versionCode = "59", usesPermissions = { "android.permission.READ\_EXTERNAL\_STORAGE", "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.RECEIVE\_BOOT\_COMPLETED" }, applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="ca-app-pub-1037775853870492~8983822080"/\>]], } }, }