Appcelerator Titanium: Learning by examples #4


Titanium modules: Facebook Module collections: https://marketplace.appcelerator.com/home. For Facebook we do not need to download anything from market place. Download a module and save it under /modules dir, inside Titanium SDK folder. Make sure to place module in proper OS (iOS, Android etc) Add the module in tiapp.xml file. Click on Add button and add Facebook … Continue reading Appcelerator Titanium: Learning by examples #4

Appcelerator Titanium: Learning by examples #1


Intro to Titanium Titanium applications are written in Javascript but are complied to native apps that use native interfaces. For iOS, Javascript is encoded and put into a variable in a C file inside the app and Javascript is interpreted by the Javascript engine built into the app and generate UI elements dynamically. For Android, … Continue reading Appcelerator Titanium: Learning by examples #1

Titanium: 3.1.0 Apple iTunes Store and Android App Store Distribution Bug Workaround


I am using Titanium build: 3.1.0.201304151600 Distribute - Apple iTunes Store Bug: Bug is reported here: https://jira.appcelerator.org/browse/TISTUD-4311 they said, its already fixed in the release candidate version Apple iTunes Store distribution begets Ad Hoc distribution file Xcode won't get open automatically after the build process Though popup showing: Apple app store distribution completed successfully Workaround: … Continue reading Titanium: 3.1.0 Apple iTunes Store and Android App Store Distribution Bug Workaround