Community Questions & Answers
Titanium Module for (Accessory)Hardware
Hello everyone. I have an app which uses the LineaPro barcode and credit card reader. LineaPro comes with it's own Objective-C API so it's very simple to use on the iPhone. Now I want to rewrite this app with Titanium and keep using LineaPro. Since...
ACS - Switches to Production automatically
Since we cannot migrate the database from development to production yet, I prefer keeping the development ACS active for now. Is there a reason the ACS server switches to Production automatically? or keep it in Development mode.
Automatic build number generation
Is there a way to make Titanium auto-generate a build number every time a project is built? It would be nice if we could have this build number built into the "project data" like the version string, but have it be incremented by Titanium for each...
Development and Distribution App
I have an app that works perfectly in the emulator and iOS devices. When it gets to the app store, it behaves differently. Using the latest versions of Mobile SDK and Studio. What happened?
Blackberry development Environment
Dear All, I'm trying to setup my Titanium Studio for BlackBerry Development. I've installed the BlackBerry SDK (from BlackBerry's website). I'm on a Mac (OSX 10) If I launch Ti Studio, and go to Preferences --> Titanium Studio --> Titanium...
Titanium Studio - Pay to debug?!
I love Titanium and Appcelerator, but this is _crazy_. Titanium Studio requires you to PAY to debug your apps? I didn't like Studio anyway (it's one big mess, a real designer should take a look at it) so I think I'm going back to Developer for now. I loved...
Blackberry apps development for Titanium sdk (free version)
Hello I am using the free version of the sdk for my university project on windows 8. Titanium Studio, build: 3.0.1.201212181159 (c) Copyright 2012 by Appcelerator, Inc. All rights reserved. Build: jenkins-titanium-rcp-master-350 (origin/master) Date:...
team development issues ubuntu and mac, GUID
I develop on a ubuntu machine and my partner uses a mac machine I created a project and since I only have android installed configured it. my app is ready and shared the code with my partner, but he did not have the option to run the app in iphone...
changing ExampleProxy name to TestProxy
I'm trying to create a module in Android. The sample module works. However, if I try to change the name of the proxy I get an error: Uncaught TypeError: Object [object Object] has no method 'createTest'. I change every occurance of "Example"...
Window mobile Development
In the window mobile 7. I want to launch an application using another application.For example I want to launch calender or any third party application(like facebook) using another application. If this is possible please help me
ACS Distribute in development?
Hello. So I have added alot of things in my development profile with the ACS System, foolishly not considering that I have to add the data in production. Does it make any difference to distribute the Application in Development ACS or ind Production ACS?...
Change app properties by production vs. development
I have an application that basically gets data from a server. We're working on the server code and the app code hand-in-hand. So, when we do a production release of the mobile app, we want it to point at production code...while we're still in...
Mobileweb doesn't work when offline
Hi, so yesterday I was flying home and I thought it would be a great moment to work on migrating my app to mobileweb but when I hit run I got a blank screen and a few log errors: ~~~ [INFO] Appcelerator Titanium 2.1.0.v20120504170331 Mobile Web GET...
Developing the same app from multiple machines?
What is the best way to work on developing the same app from multiple machines? I'm really wanting to be able to be able to work on my app from my laptop and my desktop (depending on where I am and what suits me best at the time). I've been planning to...
Switch between 'DEVELOPMENT' and 'PRODUCTION' in ACS.
I have noticed that there are two different databases for each applications cloud; Development and Production. Is there a way to switch which one you app is accessing? I am speaking for Titanium Integrated cloud apps. Thanks in advance.
Titanium Developer Wanted
Map and GPS based app which is regularly updated and populated by a database. Looking for an ongoing partner - preferably based in the UK (as we are - although project can be done remotely) Thanks
When titanium support rapidly game development in 2D and 3D for Mobile?
I think there is not any good API in Titanium Mobile that is useful for game industry.
Games Development with Titanium
Hi, I know that Titanium allows for "Web Code" to be exported as native Objective C and Java/C++ code for consumption by IOS and Android however I am wondering what is the support for developing a game like lets say Angry Birds or Jumper with...
Getting Titanium to use my iOS certificates?
I have downloaded my development certificate for my application. I also have my developer key. I have used both with XCode and other compilers. However, Titanium does not automatically find them and I see no way to add them manually. I am trying to run...
Sideload applications for testing via Xcode?
The video for class 104 hastily goes through packaging for development testing on a development iphone via iTunes. However, my iPhone is not synchronized with my work computer's iTunes library; it is synched with my Mac at home. When developing with the...
Looking for a Developer to help out with iOS and Android development
I am the Creative Director for an advertising agency that needs help with quite a few apps. We are also looking to expand in to the Android market as well. We currently have one developer that is rocking out our iOS work, but we are looking to grow with...
Blackberry Simulator not showing in Emulator
Pls Delete this - I've re-asked this question in Premium support.
appcelerator minimum system requirements for Mac OS?
the last time this was posted, there was no official answer for the minimum requirements for developing with Titanium; is there an official answer yet?
Framework for Titanium
Hi guys, Some time ago in my company ([Dev-iQue LLC][devique]) we had developed an open-source framework that significantly speeds up the development on Titanium platform. The framework includes: - Workarounds for standard Titanium bugs and problems -...
Can i make this in appcelerator?
Hello there, Im new to the development of apps and i've got some questions. First let me tell you about the app i need to make. As an intern at a company i need to develop an iPhone and Android app, they want me to create an app that is based on a...
Galaxy tab as a development device
Hi all, I was looking at getting a Galaxy Tab to do on device testing for Android, and would appreciate any feedback you have around this. Is there anything I should watch out for using this device? Am I able to assume that if my app runs well in the...
Titanium Desktop DB/File Problems
Hi, I'm having some problems with Titanium Desktop and DB/file reading and writing. Basically, I am using a SQLite database (targeting Windows, developing on Mac), and I use a string in a .txt file to point to the SQLite database location. My client says...
Looking for Titanium Developer
I am looking for a developer/shop to build an iPhone/Android application using the Titanium framework. If you are interested please contact me at nmr19026 @ gmail Thanks, Nick
Titanium Developer 1.2.1 is not loading
Hi, While trying to run Titanium Developer 1.2.1 in Ubuntu 10.04 32 bit edition is not opening the Titanium Window. Please help me in setup up. Regards, Thomas
application won't start after installing on iphone
I've finish develop my app for iphone & android. I've tested on android phone and it's working fine, however I have a big problems when come to iphone. I have build my app using development certificate and it's been installed to itunes. I've syn my...
Build for production
Hey All, My customer is getting some pretty verbose errors (e.g. ASIHTTPRequestErrorDomain when twitter auth fails) and I'm wondering if there is a way to turn those off. I seem to remember there **used to be a way to build in a production mode vs...
How to make the app check for updates?
I'm currently working on a desktop application and I would like it to automatically check for updates. Is there any way to do this? Thanks!
Images not showing on device (iphone)
Ok so i have managed to get the app installed on my phone and it loads using -Titanium SDK 1.3.2 - iPhone SDK 4.0 Though i have encountered a new problem, My images are not appearing when i use Titanium.UI.createImageView. They show up on my...
Tip : add new device but build failed with Sign error
I just added iPhone 4 device into development, immediately i see the not signed error while itune sync. I know that has to be profile error as i have not registered the new device ID yet... So here's the quick steps how to add new device on your existing...
Is titanium for java enabled mobils.
Hi Friends, here i got one more doubt, can i develop application for my java enabled mobile phone, because i have java enabled phone and i want to develop my own application in my mobile. Can any one please tell me how to build titanium application into...
Is titanium for java enabled mobils.
Hi Friends, here i got one more doubt, can i develop application for my java enabled mobile phone, because i have java enabled phone and i want to develop my own application in my mobile. Can any one please tell me how to build titanium application into...
Saw this... JMonkey Game Engine Really want this for the TI platform
OK, it's in Java, which doesn't help us much...now. But this is a really nice looking basic 3D game engine API, that is open source. I would happily fall on a spike (well, maybe not happily), for a 3d game API like this available in TI. Heck even a 2d...
Looking for an Appcelerator developer
Hi, I'm looking for an appcelerator developer to work with on building an iPhone and Android mobile app for one of my clients I've just secured a project with. Fairly straight forward app to start with, probably around 5 days work, but keen to find a...
Resources dir layout broken in 1.3.0?
Files in the "iphone" or "android" subdirs should override files with the same name in the "Resources" dir. At least this is what I understood and what works in 1.2.0. In 1.3.0 the files get into the final app as is, i.e. I...
Devices for Development
I know when I'm building an iPhone app, I would buy an iPhone or even an iPod touch. But what if I want to build apps for Android, what's the best (and affordable) device out there - Nexus One, Droid, HTC Hero? What about Blackberry? Is there a particular...
Showing 1-40 of 40