I apologize if this has been asked/answered before and I was unable to find it.
It seems, Corona SDK defaults to building for iOS 3.1 in the current version. I am using embedded fonts in an app, which is a feature only supported in iOS 3.2 and up.
The app will still run on 3.1 but no text will appear.
I know I could write a custom class to replace the font with a system font if iOS version <= 3.1, but that creates lots of issues with setting the font.
Thus I decided to only release the app for 3.2 and higher.
Now the question is -> How can I set the minimum iOS version in Corona SDK?
In Xcode, it’s a simple build setting. However, that’s not done in the plists that can be manipulated through build.settings and config.lua.
Does such functionality exist?
If yes, how can I access it?
If no, please add this to the bug tracker as missing fonts are sure to make a lot of users angry. [import]uid: 10292 topic_id: 7326 reply_id: 307326[/import]