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:...

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.

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 =...

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...

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...

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

~~~ <a href="http://google.com">google</a> ~~~

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...

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...

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...

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...

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