Facebook module - expired tokens?
Hi, I'm on Ti SDK 3.2.2 coding for iOS 7.1, and I'm using the Facebook module built in. It seems like when tokens are expired, they aren't renewed or changed to a different one unless the user goes...
View ArticleGet textfield id in webview
Hi, My requirement is to get textfiled id if textfield is existed in webview and i have to set focus listener for to that textfield.Is there any function for get textfield id dynamically in webview for...
View ArticleTimeout error
You can increase this timeout by running: titanium config android.emulatorStartTimeout <timeout ms>
View ArticleSetting up Android Emulator in OS X
I'm using OS X 10.8.5 and was able to install Android SDK through Titanium. But when I'm trying to run my application, it's giving me error [ERROR] : Emulator exited with error: 1 [ERROR] : PANIC:...
View ArticleTitanium, run as "android *" won't work (Android Emulator)
Hello, Titanium SDK : 3.2.2 GA Device : Android OS : OSX 10.9.2 Hello, After reading 100 posts/question all over internet, and trying X configuration modification, i finally came down to ask you about...
View ArticleGoogle Geocoder cant find latitude and longitude of array of addresses.
Hello Guys, I am using 3.2.0 SDK. I m trying to find latitude and longitude from html file and trying to get that lat long array on JS file. here is my code, plz give me solution asap. app.js var...
View ArticleGet Launch Intent
I'm trying to figure out how to do the following in titanium. Intent intent = getPackageManager().getLaunchIntentForPackage("com.other.app"); if (intent == null) { openURL(...
View ArticleRunning remote JS code
I have a PHP file which returns some JS code like var someVar= <script type="javascript"> some script..... </script><noscript> ...... </noscript>; document.write(someVar); which...
View ArticleTwitter application-only authentication
My app has had a twitter functionality for a couple of years that enables users to view the search results of a pre-determined search. The code to fetch and display the tweets was based on this...
View ArticleSend UDP Packet with ti.udp module to broadcast
I'll send an udp packet with ti.udp module: https://github.com/appcelerator/titanium_modules/tree/master/udp/mobile But when i try to send a packet with this module, it gives an error in iOS...
View ArticleAttempt to access Urban Airship while NOT flying
I'm getting this response everytime that I try to enable push notifications on android. I have the urban airship module ver 2.3.2, I have the airshipconfig.properties in the correct path...
View ArticleFacebook Module - Invalid access token on Android 2.3.x
Hi guys, I did a simple integration of the Facebook Module but I got strange errors only on 2.3.x Android versions: on Android 2.3.3 emulator when I click the FB login button the app crashes after a...
View ArticleACS User Search Not Finding Users
I am trying to conduct a user search and then show the filtered results as rows in my tableview. I followed the ACS documentation on searching for users with the 'q' parameter, but for some reason it...
View ArticleDialog Box For Choosing Files
Hi! Is there a way to choose a file using a dialog box for both android and IOS.
View ArticleAndroid error : The application may be doing too much work on its main thread.
Hi, I am testing my mobile app on Samsung S3 GT-I9300 phone and I am getting this error on the console of Titanium Studio - [INFO] : Choreographer: Skipped 127 frames! The application may be doing too...
View ArticleReading and Writing Reminders app
Is it possible to read and/or write to Apple's Reminders app using Titanium? It's possible using Objective-C (see this iOS developer article), but I can't find any way to do this with Ti.Calendar or...
View ArticleAPI always returns "401 Unauthorized request. Please provide a valid App key...
It seems that any API method that requires the user to be logged in returns a 401, even though it looks like I login correctly. Here's the command I use to log in, which returns with a JSON object...
View ArticleSSL Issue in Android
I'm using Titanium Studio 3.2.1. The HTTP connections are working like a charm in my application, but when I tried to hit one HTTPS URL, I'm getting the error [ERROR] : TiWVC: (main) [12645,929724] SSL...
View ArticleCheck whether developer option is true or not in mobile
Hi, How can i check whether developer option is true or not in a mobile? I am using alloy framework and develop android app, I used to run my app in mobile and it always take test mode but its wrong...
View ArticleAlloy project compile stuck!
Hi I have just upgraded to Alloy 1.3.1 and my iOS project, which previously compiled successfully, is now hanging during compile. I have rebooted my Mac and cleaned the project but it still always get...
View Article