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...

78 views
asked 2 weeks ago by kent hao
last activity 2 days ago

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:...

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:...

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?

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 - 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.

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'], ...

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...

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.

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 :).

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...

about posts fields

how many fields in the posts?? I query data from the posts,but return null,I'm used PHP to...

Showing 1-50 of 616 1 2 3 4 5 613