inappbilling : How to restart launchPurchaseFlow?
I'm working with inappbilling module. Everything went smooth except one case not covered by the sample code: When a user initiate any purchase action, the Play Store purchase view will pops up, since...
View Article3.3.0 can not login by SSL error.
I tryed http://docs.appcelerator.com/titanium/latest/#!/guide/Errors_Logging_In. But I can not login. before ver 3.2.3 , I can login by...
View ArticleAnnotation image property not working for local image path android...
Hi, I cant get the annotation image on map. But when i click on annotation the image it shows the call out(i am using the routes and as i cant see the annotation i just clicked on the end point of...
View ArticleNo Alloy project templates in Ti Studio 3.3.0
Hi. I encounter the error that was marked fixed like https://jira.appcelerator.org/browse/TISTUD-3496 https://jira.appcelerator.org/browse/TISTUD-4756 There are no alloy project templates to...
View ArticleView BLOB in an Image View
Hello folks, I have an iOS application that receives images encoded in Base64 strings from a Web API, and I want to view these images in ImageViews, my problem lies in not being able to view them. The...
View Articleapplication crashed, heap is Over-filled.
Hello. My application is crashed when I navigate through 2 views. I am just opening subscriber controller from tasklist.js and than closing it. On the fifth or six attempt applications crashes. the...
View ArticleTi.cloud/Ti.cloudpush crash after upgrading to 3.3.0
My project worked well with the previous version, but after upgrading to 3.3.0. I can not run it. The console shows (trace level):Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK...
View ArticleNappDrawer widget fails to build android package and gives error
I am working on Titanium SDK and needs to implement slider style menu. For this I found NappDrawer a useful widget and it successfully works on iOS devices and simulators. But when I tried to build the...
View ArticleTitanium Alloy Pull-to-refresh widget not scrolling properly on Android devices
I am working on Titanium SDK and need to implement that Pull-To-Refresh widget. This widget works perfect while on iOS devices but when I try to run the same on Android devices, it doesn't even scroll...
View ArticleInvalid type passed to a function while trying to open a view
So I've got simple tabbed Titanium Mobile application using Alloy. I'm trying to open new view via a button in the taxes tab: index.xml (view)<Alloy> <TabGroup> <Require src="taxes"...
View ArticleAnimation window on the right with content.
Hello there. During the opening of a window, I created an animation for what happens to the right. It works but the window contents move too. I do not know why? var self = Ti.UI.createWindow({...
View ArticleDeviceToken - I'm getting the token but according to APN it's invalid.
I have no problems finding a users' device token. For instance, I'm finding a token like this: e633b18d3fee90b7ff89dd86f38a4359eb45**** APN, however, constantly reports that the token is invalid. But,...
View Articleassigned data in a view
hello everyone. I created a function that adds "createTableViewRow" and each "row" is added "row.sessionObject = response;" which allows me by clicking on the row to retrieve the corresponding...
View ArticleFacebook "Mobile App Install Ads"
How to intergate the Facebook "Mobile App Install Ads" for android ? Is there any module to integrate?
View ArticleUnable to start Android Emulator -- weird solution
After installing the latest Titanium Studio (3.3.0) and Android SDK (4.4)- on Windows 7 (both 32 and 64bit) I was unable to get the Android emulators to start from Titanium. If I manually started the...
View ArticleHow to save downloaded file on Android into Downloads folder.
Hello, I'm new in Titanium SDK, and maybe this question will be a bit stupid, but I really need help. So I have Android app with webview, and there is some links for downloads, and when user click it...
View Articlebackground service in android module
Hello guys. I am trying to include a background service inside an android module, that is because currently the service is only available in android platform(HCE service,...
View ArticleAll our our Node.ACS service have two instances running...when they should...
function start(app, express) { logger.setLevel('DEBUG'); counter++; logger.info('Counter: ' + counter); emailCounter = 0; // SendIntegrationHealthCheck(0,'Starting Integration Service');...
View ArticleSDK 3.3.0. ACS Keys lost.
Hello. I've updated Titanium Studio 3.3.0. I've created a new Mobile Project with ACS. But I can't see in tiapp.xml ACS keys. They are lost. If I try to set them manually, it doesn't refresh at...
View Articletitanium nfc basic
Im trying to alert something when my app is open and a mifare 1k card is sweep at the back of my note 1. So this is my code: var nfc = require('ti.nfc'); var nfcAdapter = null; nfcAdapter =...
View Article