Community Questions & Answers
Change to Retina crashes?
Hello, I have an app and it works fine in normal size, but when I change the hardware to iPad or iphone Retina via the simulator it crashes the app with little to no feedback in the console? ~~~ [DEBUG] App Spec:...
How to test iOS app in Xcode?
Hi all, I would like test my iOS app in Xcode. How to achieve this? Please tell me the procedure to do this. Please help me.
Test iOS App without sync?
I think its really annoying that you have to sync your device with iTunes in order to install & test your titanium app. Is there a way around it? Since it compiles to native code it has to be possible.
StoreKit - Setup for publishing
Application type: mobile Titanium SDK:1.7.6 Device:IPHONE IOS: 5.0 Hello There. I already tested my app with auto-renewable subscriptions in sand box mode and everything is working fine. Now I need to build the production final release. What do i need to...
json file troubles
I'm having an issue reading from a JSON file. At the moment the program I'm using is very simple: ~~~ var win = Ti.UI.createWindow({ layout: 'vertical' }); var win = Ti.UI.createWindow({ layout: 'vertical' }); var data = []; var Table =...
Module Test Project does not run on android emulator
Using the latest SDK and Eclipse, I created a new module project. I tried to run the test project on the emulator (which is running), using right click on build.xml->Run as->the second Ant build->tick only Run. The module gets compiled, but...
Code and Compile without using Titanium Studio
Is there any way I can code, compile, and test my app without using Titanium Studio? Its chunky and built on top of eclipse which is not very friendly to low end Macs. Are there any plugins for Sublime Text 2, or any thing like that?
Anvil Unit test framework
Hi! Is there any documentation or examples on how to use Anvil Unit test framework in Titanium? I've googled for it but couldn't find anything... Thanks
Is a window open or closed?
Probably a dumb question... but here goes. I have a window module: ~~~ function MyExampleWindow() { var self = Titanium.UI.createWindow({ title : 'My Example Window'}); Ti.App.addEventListener('app:loggedOut', function()...
Free Certification?
I received an email earlier today saying that I can take a free certifcation test. I was given a link which when I click I am just redirected into my Appcelerator account, nothing else. do you know where I can find this test ? Thanks, George
Tutorial For Creating An iOS Quiz?
Are there any tutorials out there for creating quizzes for iOS? They need to be 'native' and not something displayed through a webview. Ideally the questions and answers should be stored in a separate file and displayed 1 screen at a time but anything at...
Test/Quiz Development Questions
Dear people, I'm creating a Test for a company, they created the test already in php but also want an app for it (android and ipad/iphone). The Idea for the test is that you have 14 'pages' each page has 6 questions, each questions has 5 optional answers...
PayPal Integration for iPhone/Android Application
Dear TD Support, Please provide me the best way to implement the payment gateway for a iPhone/Android mobile application. I am developing an application which is used to donate an organization. can Paypal be integrated with such a mobile application to...
TI.STOREKIT test and use
Just few simple questions, 1. I've to wait the finally review of my inApp products for starting tests with inApp purchase module (TI.storekit)? 2. I'm developing an app with buy in feature. If i want to sell a db extension, you should consider correct...
This is a Test Questions
Please do not Respond.
Deploy an app to local iPhone for test
Trying to find a way to test my app on my iPhone. Latest Titanium Studio to local iPhone4 w/IOS5 to test. NOTE: I did get an Apple dev licence, certification, UIID, provisioning, registered the device, Approved, Double clicked on teh CER file and...
Test analytics proir to packaging for production?
Is there a way to turn on and test analytics prior to packaging for production, i.e. get them to show up at analytics.appcelerator.net?
Auto-Scale Label
Hi, If I have a label with a given width and height, is there a way to autoscale the text to make it as large as possible and still fit within the label's dimensions? I see minimumSize, but that just doesn't seem to work properly. Is that how it is...
Running on Device
Hi All, I'm trying to run my first android app on a HTC android 2.2 device through Titanium Developer (not Studio). I am connecting the handset via usb to my pc and clicking "run on device". I have also installed the HTC syncing drivers so the...
Help with Testflightapp
Hello Can anyone tell me how Testflightapp works? I've selected my project for distribution (with my provision profile to upload to the app store) and then xCode opened. Then I picked 'share' and it created a .ipa file. I went to...
Test my first Titanium Desktop videogame?
Hi everybody, I just packaged my first video game for Titanium Desktop. It isn't a final version, but I was hoping to hear back from the community about performance and compatibility. Here is the download link for all...
Test
~~~ <a href="http://google.com">google</a> ~~~
Test Application Won't Install
I followed the Getting Started guide. Installed JDK, Android SDK, and all the stuff from the repositories. When I click "Launch", the emulator goes to the home screen, and Titanium outputs this: [INFO] Building TestProject for Android ... one...
Creating a Quiz
I'm very new to this, but I've downloaded the Kitchen Sink and I've been screwing around with it. I've been able to make my own app on Idioms, complete with videos, audio and definitions. Is it possible to make a quiz out of it and keep score? Is there...
Cannot run a newly generated module for iPhone (aka 'titanium run' failed)
Hi there, I'm following the [iPhone module guide](http://guides.appcelerator.com/module_ios.html). Everything works fine until I execute `titanium run` (page 8 of the PDF) [Here's the full log](http://pastie.org/1616106). I had to remove some lines...
Tests examples
Hi, I plan to write some tests for my Titanium application. I've read http://developer.appcelerator.com/doc/mobile/drillbit but now I look for an example of an Titanium open source application coming with a good test coverage. I could not find any in the...
I can't build! No build button?!
OK so this is quite strange. I have a new install of Titanium Developer (reinstalled Windows). I know how this used to work - but with this latest install, I don't even get any of the "Launch/Install/Package" buttons, when I click on "Test...
some test videos
anyone have any videos I can use to test? Preferably formatted for the iphone already, 480x360 mp4s?
Trying to test on iphone
I've gone through all the necessary steps getting the certificates and provisioning profiles etc in order to test on the device. Under test and package, all the requirements are met. I did notice that when I select my provision profile, my app id gets...
Can you install a Test App in the iPad to try it in the real device?
What's the procedure? Can this be done in minutes? I mean does it needs to be approved by Apple or wait for some sort of validation?
Can't run on device due to accent in Developper Certificate
My firstname is Cédric... Titanium won't let me run an app on my Iphone because it can't handle the "é" in my developper profile... UnicodeEncodeError: 'ascii' codec can't encode characters in position 66-67: ordinal not in range(128) Any...
WIFI Connection Test
Hi, I'm trying to develop an application that makes connection with another mobile by WIFI connection. I can't find any videotuts about or docs. Anyway can I test this web application to simulator locally ?
Compiling with sdk 4.0 iphone
When I try to test on iphone simulator it gives in output this line : --- [ERROR] Build Failed. Please see output for more details --- Thanks
Phantom of the parad-App
Hi! I've just subscribed to the Apple Developer Program, and so wanted to try my App on my Ipod Touch. I've followed all the steps, everything seems to work great, iTunes received my app, but after the sync, the app isn't on my springboard. I've also...
Testing Titanium iphone builds using uispec
Hi, I'm currently testing Titanium iphone builds using uispec. **It's fast and easy and may be an awesome way to test Titanium applications, even in TDD.** It requires to access to the main.m to insert UISpec initialization, which is unfortunately...
[ComplexTableViewCell touch]: unrecognized selector sent to instance
In order to achive automatic test with Titanium iphone builds, I try desperately to touch a table cell : ~~~ NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:1]; UITableViewCell *cell = [[mainMenuView dataSource] tableView:mainMenuView...
Android module development best practices
Hi, I'm trying to add some Android specific modules to extend Titanium Mobile. My question is what best practices you suggest? For the moment, what I have to do is: - Add custom module - Rebuild (ant) - Copy distributed packages to Titanium Installation...
Run on device
i want to test my app on MY iphone so... 1. Can i install it on my iphone without registering 1 millon things? (for testing on my iphone!) 2. If not, when i click the links like "regsiter now" or "Get Certificate" they link to an...
how to test your application
I would like to know how to proceed to test an application. I don't speak about low level unit testing, but I mean graphical testing. Does exist something similar to selenium for titanium ? thank you David
Showing 1-39 of 39