Just tried to run an app in the simulator using 2016.2989 and I got these warnings:
WARNING: unrecognized key: settings.iphone.plist.googlePlayGamesAppId (string)
WARNING: deprecated key: settings.iphone.plist.CFBundleIconFile (string)
WARNING: deprecated key: settings.iphone.plist.UIAppFonts[] (string)
Is this a major issue as still appears I can build just fine. I can understand if corona no longer requires the:
CFBundleIconFile = “Icon.png”
but if below is no longer valid:
UIAppFonts = { “myfont.ttf”}
Then how do we put in which fonts our app requires?
Cheers.