[TIMOB-8784] BlackBerry: Add support for ACS Cloud module
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-05T00:11:23.000+0000 |
Affected Version/s | Backlog |
Fix Version/s | 2013 Sprint 15 API, 2013 Sprint 15, Release 3.1.2, Release 3.2.0, Release 3.3.0, Release 3.4.0 |
Components | BlackBerry |
Labels | notable, qe-3.3.0, qe-testadded |
Reporter | Francois Boisvert |
Assignee | Pedro Enrique |
Created | 2012-04-18T14:47:59.000+0000 |
Updated | 2014-06-17T23:31:40.000+0000 |
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; ...
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?
Reopened in error. Setting back to resolved fixed.
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
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.