Hello!
in June 2013 I released a kind of ebook based on Storyboard API. It contains some effects like objects running away when touched or planes flying in the sky from time to time or the classic bakground moving as in the Corona Jungle sample.
In october I began to refine my app with high resolution images to fully apply dynamic scaling. When I downloaded Corona release 2013.2076 I migrated to Graphics 2.0.
But from that point on my app only runs in simulator (on Windows) without error.
The only warning I received is “Couldn’t find font Helevetica-Neue light - using default font” when widget.newButton is in use.
On physical devices such as Galaxy S3, Galaxy Tab 7 and Galaxy Tab 10 transitions jump, and even scenes transitions don’t work properly (but this issues seems to be due to high resolution images - 150 dpi - perhaps too heavy to load).
Memory usage is 400 Kb more or less and Texture memory depends on screen resolution (i.e. viewing as IPad Retina it reaches 150 for the scene with scrolling background).
Such things prevent me from release a new version.
Could anybody has some hints to solve my problem?
Thanks