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]
Hi Peach,
I tried building my app with version 740, but Xcode still complains that the minimum iOS version is 4.3. What is the most recent Corona SDK that supports iOS 4.2.1 (eg. for iPhone 3G) ? [import]uid: 121401 topic_id: 7326 reply_id: 92227[/import]
Where can I download build 706? I want to try your SDK on my iPhone 3 before committing to a purchase/subscription and iPhone 3 can’t upgrade any higher than 4.2.1