App is not respecting the Limit Ad Tracking setting in iOS.
Hi All I have been trying to submit my app to the App Store but i keep getting this issue? Invalid Binary Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier...
View Articleminimize app when back button pressed
Im use titanium 3.2.1 sdk and I'm trying capture back press event but nothing works. I would not close the application when the User press the back button win.addEventListener('android:back',...
View ArticleCard OMNIKEY HDI
Hi Everyone I need know if exists some module for to use the device HDI, this device is a lector RFID and your half comunication is through USB. I have a SKD, I have downloaded from page...
View ArticleGet XML source with httpclient
I want to get the XML from a web-service using the httpclient, but I don't how, because I want the tag name of the XML parameters var myurl = 'url'; var aut = { 'token': miToken, }; var xhr =...
View ArticleaddEventListener 'click' not working sometimes ?
Hey, I have the following code: var startButton = Titanium.UI.createButton({ width: 180, height: 50, bottom: 0, backgroundColor: '#32CD32' }); startButton.addEventListener("click", function...
View ArticleiOS - Can't back swipe and titleImage bug when backing
Hi, I've got 2 problems with the back button. First, I have a navbar with a titleImage and when I click on the back button, the animation fails. Here's a gif :...
View ArticleHow to Rotate Image and Save Changes
Im trying to implement a method that allow a user rotate an image, i was looking in Q&A but all the methods that i found was something like this : --- var transformCurrentPicture =...
View ArticleTransparency: Different behaviour of Android vs Webview
Hello Friends, TL;DR: Code at bottom doesn't behave as expected: In Android Emulator (2.3), The opacity is ignored. Making whole window opaque works, so does webview. Both noth what wanted :( I have a...
View ArticleUpgrading error on emulator run
After upgrading Ti to the latest release, I am getting this error when attempting to run the app on the emulator [INFO] Compiling Android Resources... This could take some time [ERROR] [ERROR] System...
View Articlecreation of module using third party activity
I want to create a module in appcelerator for swiper device. I have android native code that works. How can i use the same activity to start in the module to get the card details in mobile app. In...
View ArticleAWS.S3.putObject gives NSRangeException after 3rd upload
Have the strangest error. I upload files to S3 no problem. But my app always crashes on the 3rd upload Code:AWS.S3.putObject({ 'BucketName' : 'fb-us', 'ObjectName' : fileName, 'File' : file },...
View ArticleConflicting jar files detected
Hi! I have the latest versione of Titanium. I'm trying to launch an application on the android emulator, but I get this error: [ERROR] : Conflicting jar files detected: [ERROR] : [ERROR] : The...
View ArticleButton with Image and Background Image Issues
I'm trying to create a button with a scaled foreground image and a stretched background image (image buttons...). Essentially I want to make generic button backgrounds for when events are fired, and...
View ArticleTroubles in ubuntu
I do not understand that should this problem every time I send titanium run in ubuntu (64 bit)# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at...
View ArticleAndroid Keyboard Glitch
I am having an issue with the android version of a Titanium application. On iOS it works fine. In the second window view when we click to enter a value in the following text field the keyboard will...
View ArticleDeploy type from command line overriding studio now
After building for my "deploy type" of "test" inside the CLI. I cannot seem to change it for the studio: [INFO] : Deploy type: test [INFO] : Building for target: device Anyone know how to override it...
View ArticleGetting response in inapp billing
platform: android sdk :3.12 I have implemented in app billing sucessfully and payment is also done but Iam not letting to get the notifyId correctly. I mean notifyId should be productID after...
View ArticleACS PhotoCollections counts not counting?
Hi Guys. Im new to ACS, but i have created a cloud app, logged into the browser and created a user, photo collection and added a photo. The user, photo collection and photo is all attached to one...
View ArticleAndroid Softinputmode problems..
Hey guys, i am trying to setup an formular but it doesn't work as i expected... It's just a Scrollview( vertical) with a few textinputs on it. Now if the user clicks on one field and keyboard appears...
View ArticleWebview disassepar after scrolling pages in a ScrollableView
I am developing an application using SDK 3.2.2 and Alloy Framework for Android , i have a scrollableView, each view of the scrollableView is structured like the following : <view...
View Article