titanium Questions

35

I am trying to integrate Janrain Engage as custom module with Appcelerator Titanium. I have created a sample module and dragged the JREngage folder to the sample module xcodeproj as indicated in th...
Oncoming asked 17/3, 2011 at 9:44

4

Solved

If I develop an app using Phonegap or Appcelerator Titanium on Windows and I want to submit my project to Apple Store, can I do it from Windows environment? Using Windows: Can I create an Apple...
Asbestos asked 9/7, 2014 at 9:53

5

I'm implementing a mobile application using Titanium appcelerator. In this app, I'll need implementing a chat using RabbitMQ. I saw a lot of examples of how to connect to RabbitMQ server using node...
Declaratory asked 31/1, 2013 at 14:27

20

Solved

I am working with Titanium, my code looks like this: var currentData = new Array(); if(currentData[index]!==""||currentData[index]!==null||currentData[index]!=='null') { Ti.API.info(&quo...
Faison asked 28/10, 2012 at 9:56

5

Solved

I have developed an Android app using Appcelerator Titanium. This app will create a file in applicationDataDirectory and install a database as well. If run on emulator, I can locate those files us...
Shuffle asked 30/5, 2012 at 6:36

3

Solved

I am using an AVAssetWriter to encode a series of images to a movie file, following Zoul's answer here: How do I export UIImage array as a movie?. In short my process is: create UIImage from .p...
Studner asked 7/9, 2011 at 1:3

9

Solved

I want to check if a file exists locally, where the HTML file is located. It has to be JavaScript. JavaScript will never be disabled. jQuery is not good but can do. By the way, I am making a titan...
Combatant asked 25/2, 2011 at 8:35

6

PhoneGap and Titanium allow you build native iPhone Apps based on HTML and JavaScript. Has anyone gained experience with both? What are the differences?
Administrator asked 5/5, 2010 at 10:4

3

Solved

In the documentation, it seems that you can prevent bubbling by passing an arguments to an click event on a text field: http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.TextField-event...
Conal asked 28/2, 2013 at 20:7

3

Solved

I am developing an application in titanium using Javascript. I need an open source implementation of encodeURIComponent in Javascript. Can anybody guide me or show me some implementation?
Descriptive asked 9/3, 2012 at 14:28

4

Solved

edit, please see my 2nd answer below this question for a much more concise, and simple display of the problem I finally have hit my wits end. I'm working on a cross platform app (IOS and Android...
Extractor asked 16/2, 2016 at 20:44

1

Solved

I'm trying to use Google-Mobile-Ads-SDK in my appcelerator project since ti.admob (https://github.com/appcelerator-modules/ti.admob) doesn't seem to support rewarded ads. So I created a Podfile in ...

11

Solved

I'm getting the following error in Xcode 3.2.1 on Snow Leopard 10.6.2 whenever I try to compile any iPhone application generated by Appcelerator Titanium. However, the build error only appears when...
Circumscissile asked 29/3, 2010 at 0:58

4

Solved

I am tasked with designing a system that will allow our users to also sign in to their accounts and interact with our service using their mobile phones. I am concerned about the security of the app...
Secrete asked 22/4, 2011 at 19:58

1

This is the same error posted here: https://community.appcelerator.com/topic/3021/installing-on-ubuntu-14-04 I installed: oracle-jdk6 nodejs and nodejs-legacy Using appcelerator x64 on a Ubu...
Penury asked 25/8, 2015 at 10:35

5

Is it true that the file path to external SDCard on Android devices are always "/storage/extSdCard"? If not, how many variations are there? I need it for my App to test the availability of externa...
Sihonn asked 17/4, 2014 at 2:19

2

Solved

I got an app rejection mail from apple which is below, We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.0.2 on Wi-Fi connected to an IPv6 network. Specifi...
Glanti asked 5/10, 2016 at 10:55

2

Not able to set permission in Android 7.0.0. App launch sets Camera ,Location, storage ,calendar permissions which is not working in Android os ver >6. Please help. I tried below link example but n...
Quadriceps asked 10/3, 2017 at 12:35

8

Solved

I have been looking at appcelerator it seems pretty fine! Without a doubt, one of the advantages of appcelerator is its support for multi-platform. I am interested in building an android app and ma...
Sebbie asked 19/2, 2011 at 7:36

1

If I have a simple alert dialog such as var dialog = Ti.UI.createAlertDialog({ cancel: 1, buttonNames: ['OK'], message: 'Here is message.', title: 'Title' }); dialog.addEventListener('clic...
Yurt asked 31/1, 2017 at 0:16

4

Solved

Has anyone been able to do the equivalent of border-left: on a View? (I want to create a border on just one side of an ImageView.)
Polluted asked 19/3, 2011 at 0:10

7

i have made one application which uses google maps APi,i am using titanium 1.2.2 and mobile sdk 1.5.1 for android,wenever i am trying to run the app on emulator,console shows an error [INSTALL_FA...
Ulphiah asked 21/3, 2011 at 9:43

4

Appcelerator Studio 4.7.1.201609100950 on Mac OS X cannot find Android SDK. I have downloaded it with the button on the Appcelerator Studio Dashboard. After download was successfully finished, the ...
Mike asked 2/10, 2016 at 19:57

3

Solved

Whilst building for iTunes store and submitting the archive, I receive this error from apple: Dear developer, We have discovered one or more issues with your recent delivery for "XXXXXXXXX"...
Gurley asked 20/9, 2016 at 12:26

2

Solved

I have newly installed xCode and appcelerator studio following is the configuration : Operating System Name = Mac OS X Version = 10.11.6 Architecture = 64bit # CPUs = 4 Memory = 8589934592 N...
Renfro asked 28/9, 2016 at 13:21

© 2022 - 2024 — McMap. All rights reserved.