Community Questions & Answers
acs publish not working
Appcelerator CLI for publishing apps does not seem to be working ~~~ ~/workplace/acsapps/newsspeak:acs publish --force ACS: Appcelerator Cloud Services Command-Line Interface, version 1.0.2 Copyright (c) 2012-2013, Appcelerator, Inc. All Rights...
Can't Switch to Production Environment
Hi, We built an app which was connected to an ACS account. We created a new ACS account, updated the app to connect to the new ACS account, and now the app is stuck in the ACS Development environment of the new account... The app has a register username...
query reviews by tags_array doesn't work
i use the following query reviews by tags_array, but returns 0 reviews with status code 200. if use the "rating":{"$gt":1.0}, it returns the post. Of course, the post has the tags as...
how to make big array in acs
now i working with acs an i wont to do this exp ~~~ mac : [{ foodType : [{ SANDWICHES : [{ name : 'Chicken Muffin with Egg', desc : "Breaded chicken patty with a delicious steamed cooked round egg, golden cheese slice & tasty...
Search Query on tags of POST is not working on emulator
Hi All, I previously post 2-3 question on search query. I am get some suggestion on question is i asked on this link [inline http://developer.appcelerator.com/question/152340/issues-with-search-query-and-camera#comment-173559 text] Now I am refine my...
Using ACS as a back end for your app... client web access to data.
I was just reading the new blog post [here](http://developer.appcelerator.com/blog/2013/05/using-acs-as-a-back-end-for-your-app.html) and got me wondering what others are doing. I understand the approach described in the post, but I haven't had much luck...
Ti.Network.registerForPushNotifications: Non-public API usage
Hi! I was trying to upload a new version of my app to AppStore when it suddenly is being rejected. The e-mail I receive contains the following text. "To process your delivery, the following issues must be corrected: **Non-public API usage:** -...
ACS Atomic Increment Operator
Has anyone gotten this to work? http://docs.appcelerator.com/cloud/latest/#!/guide/atomic_increment I'm assuming it may just be my syntax. Here is what I have tried so far. ~~~ Cloud.Objects.update({ classname: 'someclass', id: someid, fields:...
Multiple channels or one channel to rule them all?
Hi, I have just started to develop with Titanium Appcelerator and have a question about Push Notifications and channels. The idea is that my service will alert my users when changes have been made on various webpages. Each page is represented by a row in...
Node.acs broken?
I can not log in via acs login, it show the message below. acs login ACS: Appcelerator Cloud Services Command-Line Interface, version 1.0.0 Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. username: lis186@gmail.com password:...
photo location in Places
hi, I have been experimenting with titanium Cloud services which are great. However I have one problem that I'm not able to resolve. Photos uploaded to cloud are nicely linked to the user who uploaded them but they have no link to Place nor any GPS...
All my data is in Development mode in ACS - what to do?
Hello. So I have added alot of things in my development profile with the ACS System, foolishly not considering that when the app is published it is going in production mode (Don't ask me how, because I dont know). Does it make any difference to...
change api acs key
i had app in app store and now i build new version but i build it in new project, the qusion about api acs key is changed now in new project, i send bush notification from api php and i don't want to change it, what i do to sent push from same api php?
ACS - do you login the user each time the app opens in order to subscribe to push notifications?
I use push notifications. As a consequence I subscribe to push notifications each time the app is opened. But in order to subscribe to push I first need to log in. I would expect the user to remain logged in after the app is closed. But it looks like I...
Share cloud among applications
Hello, I am wondering if there is a way to have a shared cloud among multiple applications. I would ideally like to have an app that accesses data from a cloud and another app that manages the data in that cloud. I know you can manage the data from the...
ACS make custom object public
Hello! As the title says, how can I make my custom objects public, so that other users than me can update and delete them? I know there is a access control (ACL) but don't know how to use it when creating and updating custom object. Is it possible, if...
Login successfully - I don't want this shown when I log in with ACS
After logging in using ACS I am always shown an alert with Login successfully. I have searched trough my entire code, but I don't have this alert anywhere. Is the Titanium SDK showing this alert after the login method succeeds?
ACS - sorting not working
I'm trying to query my reviews and using {'order':'updated_at'} ... nothing is being sorted even if I switch the flag to -updated_at ... sorting doesn't seem to work on any type of object, not just reviews.
Update a single event using by Multiple Users at same time
Hi, I'm creating a social networking application in which I use the Cloud.Events.update() method to update an event. Since I invite many users for a particular event, they are updating it while accepting the invitation. I'm updating the event using the...
Android Push Notification
Hi Everyone, I have been implementing push notifications using ACS in my application, however the android device doesnt get the notification once the notification is sent from the web console by Appcelerator. The android device is shown under the...
ACS Push Notifications do not arrive consistently
I'm still seeing intermittent problems with ACS push notifications, as reported here previously: http://developer.appcelerator.com/question/150599/acs-push-notifications. I've noticed that very short alert messages seem to arrive much more consistently...
ACS-Impossible to configure SMTP settings with TLS = false (hostname was not match with the server certificate)
When configuring the SMTP Settings in an ACS application, using a server that is not using TLS, it seems that although TLS = false, the Appcelerator backend is trying to use TLS as it returns always the error: SMTP Check failed hostname was not match with...
wrong email username or password
I'm very confused here. I'm trying to implement cloud pushnotifications for android. Getting a devicetoken is no problem. Then I try to login to the cloud with a user. That gives no success. There is always the following error: Invalid email/username...
Failed to install acs. Please see the Studio log for more information.
when updating the titanium studio,"Failed to install acs. Please see the Studio log for more information" message pop up will come and update cannot successfully done.Please give me an answer for this issue.
Do we have to move away from Titanium or you going to answer a simple question.
Ok now reinstalled. node and the works node-v0.10.5 works, and I can manually login to ACS.. What is the problem with the Titanium.. Do we have to move away from this product?? I have an app on Google now and want to do more with you but not a single...
node.ACS Reset Password with Custom URL
Using Ti SDK 3.1.0 | Mac OSX 10.8.2 I'm new to node.ACS. **Objective:** I would like to have users of an *Existing* ACS to **request a reset password**, I've read that I would need a node.ACS with custom CNAME. *(Correct me if I'm wrong)* The Steps...
Increment app badge on recieving ACS push while app on background: Titanium
My application uses ACS Push Notification. I have implemented app badge in my application. But the problem is the appBadge doesn't incrementing automatically while receiving a push notification. I have used the following code in my app ~~~ var...
send push notification request to ACS - how to login?
I sent a REST POST request to: https://api.cloud.appcelerator.com/v1/push_notification/notify.json?key=jD...my API key the body is ~~~ "to_ids":"517eb4dda49ecc313e029b30", "payload":{ "badge": 2, ...
ACS Architecture Design - Custom Object with multiple Photos
I'd like to create a custom Object on ACS with multiple Photos. One way I figured is to have the Photos uploaded first, then the Custom Object Created with the `custom_fields` and the URLs of the Photos as properties of the `custom_fields` (needed to be...
ACS Setting : SMTP Server -> SMTP Check failed
Hi I am trying out ACS. When I tried to save my SMTP setting, I got an error: "SMTP Check failed. Hostname was not match with server certificate." Why is this so and how to resolve it? Thanks in advance.
PHP help to upload to ACS
I'm looking to pull information from a PHP/MYSQL website and upload it to ACS. The code to assemble the CURL call is: ~~~ $data = array( "name" => $row['title'], "address" => $row['jr_address'], ...
working with acs create object
now i working with acs and i wont to make array in custom object and i wont to but some strings in this array and i can,t under stand can any one help me
Logging into Node.ACS
Hello I installed the latest version of studio and start the message gets stuck in "Logging into Node.ACS". Testing from the terminal with "acs login" always throws me the same message "[ERROR] undefined" I have tried...
ACS Friends & SocialIntegrations don't list all users.
Hello , I've created an iOS app like social network. So, I use Ti.Cloud.SocialIntegrations & Ti.Cloud.Friends. Users can check their friends in Facebook who logged in my app by "Cloud.SocialIntegrations.searchFacebookFriends". Even though...
working with acs
now i had make object in appcelerator cloud serves and i put this code......................... {{{{ Cloud.Objects.show({ classname: 'cars', ids: [ savedCar1.id, savedCar2.id ] }, function (e) { if (e.success) { alert(e) ...
How do I remove old ACS project reference?
I have some rogue ACS projects that were originally created to test node.js and are now throwing errors. See https://jira.appcelerator.org/browse/TC-2204 for reference. After discovering that the latest version of node.js was not working (at that time) I...
JavaScript ACS SDK
Hi all, anyone has idea on how to find the documentation for JavaScript ACS sdk? I can't seem to find it in the new documentation. Only left with REST, iOS, Android or Titanium API. Thanks.
Query Custom ACS User Field, returning blank... but only in Production
I currently have an app for IOS and Android, published to both stores and recently added the ability to have users 'manage' their push notifications. They do this by using an interface that lets them pick which categories to subscribe to. I keep a...
Learn Titanium ACS :)
HI developer Good Morning, Now i am developing iOS App in Our Titanium Environment . Can you please explain me Titanium ACS services. And what is the usage for this . Please explain me basic level to end level . Thanks in advance :).
Internal Server Error - Internal server error. The ACS Team has just been notified of this problem
Hi, My iphone application uses Cloud.Message functionality. For a couple of days, when I try to display some user's inbox, we get the following error **"Internal Server Error - Internal server error. The ACS Team has just been notified of this...
How to query ACS selecting fields?
Right now an ACS query looks like a `select *`. There is a way to do a `select field1, field2` alike query so I can get only the fields I want at a give moment?
ACS Push Notifications - Usage lookup?
Hey there, I just noticed that my customers (around 1100) do not receive push notifications any more. I use the "free" plan and cannot see any error logs, that notifications could not be transmitted. So my question: Where do i see when push...
How to find out how many times a file has been viewed on ACS?
Hi, I'm currently building a video sharing app and I wanna know the number of views on each video, how can I do that? Is there a way to find out how many api calls did a certain file get? Thanks a lo. I really appreciate it. Abdul
How to migrate photo to ACS?
i need to upload a photo to ACS by using create photo service. all the photos hosted in server. i need to migrate to ACS. Im using ACS Javascript. please help me.
CocoaFish (ACS) Javascript SDK
Whats happen to ACS Javascript SDK? can someone help me to upload photo?
Calling ACS Cloud Chat Functions using Node.acs
I am trying to use acs cloud as my chat backend for chatting application but I need to do this all in real time, I am stuck and not finding any solution. Any help would be appreciated. Right now I am pooling the cloud after every 5 seconds to get the chat.
[ACS] PushNotifications in Production
My application is ready for production on iOS, but before I submit it to the applestore I would like to test the pushnotifications in the production version. I created a adhoc distribution certificate and I deployed my application to my iPad. To test...
Can Android Cloud Push save in app as label ?
I couldn't find information that i can save push notification in app as label. Anyone can suggest or help me ? (Titanium 3.0.2, MAC) here is my android cloud push coding. ~~~ if(Ti.Platform.osname == 'android') { Ti.CloudPush =...
Appcelerator Cloud Services(ACS) - Custom Object Query Regex Problem
When did the team change the ACS Custom Object's regex query? 2 problems that I've encountered now: 1. Back in last month(March 2013), my app was still able to perform query on the custom object with regex like this -> ".*keyword.*", now it...
about posts fields
how many fields in the posts?? I query data from the posts,but return null,I'm used PHP to...