Community Questions & Answers
Copy files to Documents directory on first run
In my app I added some code that will move a few folders from a source folder under **images** into the **Documents** folder when the app first runs. The move works perfectly in the simulator, but does not work on an iPhone (running iOS 4.0.1). Is...
Where to save i18n language files on the phone
The app I'm making is going to download the needed i18n translation files from a server, so I need to know where I'm supposed to save the files on the phone. The guide says to save them in a "i18n/en" folder in the app directory, but what...
Titanium.Bytes writing binary file formats
I've been trying to write a binary format using Titanium Desktop, essentially a byte stream. Yet so far I've been unable to succeed. Does anyone have an idea? This is what I have so far. ~~~ var bytes = Titanium.API.createBytes(''); bytes[0] =...
Showing 1-3 of 3