Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8784] BlackBerry: Add support for ACS Cloud module

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2014-06-05T00:11:23.000+0000
Affected Version/sBacklog
Fix Version/s2013 Sprint 15 API, 2013 Sprint 15, Release 3.1.2, Release 3.2.0, Release 3.3.0, Release 3.4.0
ComponentsBlackBerry
Labelsnotable, qe-3.3.0, qe-testadded
ReporterFrancois Boisvert
AssigneePedro Enrique
Created2012-04-18T14:47:59.000+0000
Updated2014-06-17T23:31:40.000+0000

Description

Comments

  1. Russell McMahon 2013-07-03

    BlackBerry uses the ti.cloud CommonJS module to handle ASC interaction. For this ticket the CLI has been modified to make the available to the application through the require method. If ACS functionality does not work we should open tickets on the failure or missing feature. Test: 1) Create a simple app.js file and do some cloud operations: var Cloud = require('ti.cloud'); Cloud.debug = true; ...
  2. Olga Romero 2014-05-28

    Tested with: Mac osx 10.9.3 Mavericks Appcelerator Studio, build: 3.3.0.201405271647 Titanium SDK, build: 3.3.0.v20140524224144 Node.JS Version: v0.10.13 NPM Version: 1.3.2 acs@1.0.14 alloy@1.4.0-beta npm@1.3.2 titanium@3.3.0-beta titanium-code-processor@1.1.1 Device: BB Z10 (10.2.1) @[~penrique] can you provide a test case with test steps?
  3. Eric Merriman 2014-06-05

    Reopened in error. Setting back to resolved fixed.
  4. Pedro Enrique 2014-06-05

    The problem was not the ACS module, it as the Ti.include not working as expected. PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/259
  5. Olga Romero 2014-06-13

    Tested using Mac osx 10.9.3 Mavericks Appcelerator Studio, build: 3.3.0.201406111952 Titanium SDK, build: 3.3.0.v20140612101712 Node.JS Version: v0.10.13 NPM Version: 1.3.2 acs@1.0.14 alloy@1.4.0-rc npm@1.3.2 titanium@3.3.0-rc titanium-code-processor@1.1.1 Device: BB Z10 (10.2.1) Added the example from ti.cloud. I was able to create the user, and verified its appearance on the dashboard.

JSON Source