Ok I built my final build for the app store, but they rejected it because my text never showed up in the game. Im using a .ttf file and it is in the build settings, and is spelled correctly every where else. Any ideas? [import]uid: 80826 topic_id: 22805 reply_id: 322805[/import]
Did you test the build on your device? What font? Is it a valid TTF? [import]uid: 19626 topic_id: 22805 reply_id: 91039[/import]
I tested it on my device and it worked. But when i did the distribution build is when it stopped showing up. How do i see if it is a valid ttf? [import]uid: 80826 topic_id: 22805 reply_id: 91040[/import]
What version of Corona are you using to build? What device and iOS are you testing on?
Wondering if perhaps this is just an issue with older devices, perhaps. (It should just show regular font if custom font work but there is no reason I can think of it would work in AdHoc and not in App Store build.) [import]uid: 52491 topic_id: 22805 reply_id: 91055[/import]
mounted88, sometimes displaying fonts in Corona is a little disappointing… I’ve experienced the same issue with a couple of games. Sometimes you can fix it changing the format (i.e. to OTF) there is a lot of online converters.
It this doesn’t work try this:
-> Create a new app, only displaying a line of text with that font (don’t forget to include it in the build.settings).
-> Make a build of this little app and try on a device.
If the font is not displayed maybe you should think in change to another font. [import]uid: 131209 topic_id: 22805 reply_id: 91074[/import]
@peach- iOS 5.0.1 (9A405), corona build 760, iPhone 4. Im about as lost as you are one this. I took out the custom font and changed the font on everything to just regular font and it is still not showing up. Do you think it might be something to do with the certifcates, or mobile provisions?
[import]uid: 80826 topic_id: 22805 reply_id: 91130[/import]
Ok everyone i figured it out, i used a .ttc file instead and it is working. Thank you all for the help [import]uid: 80826 topic_id: 22805 reply_id: 91142[/import]
Interesting. No, I don’t think it had to do with the certificates/provisioning profiles.
Were you using retina text or regular?
Either way am glad it is now working - just a little odd! [import]uid: 52491 topic_id: 22805 reply_id: 91207[/import]