[TIMOB-12021] BlackBerry: Cannot access ACS keys from tiapp.xml
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-26T17:26:42.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | Release 3.2.0 |
Components | BlackBerry |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Josh Roesslein |
Created | 2012-12-11T16:16:52.000+0000 |
Updated | 2014-06-19T12:44:00.000+0000 |
Description
Expected Behavior:
I should be able to set ACS keys in the tiapp.xml.
Actual Behavior:
I must set them in code.
See https://github.com/joshthecoder/todo_titanium_bb10 for a sample app. Comment out the ACS key in app.js. The app builds, but you cannot log in. You're not able to connect to ACS.
I tried by creating my own app (and thus ACS keys), creating an initial user object via the ACS control panel, and then building. I have to put my keys into the app.js file or the Login button does nothing.
Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311122225 Titanium SDK, build: 3.2.0.v20131113094843 CLI: 3.2.0 Alloy: 1.3.0 BlackBerry Simulator: 10.2.0.1791 Created app using code sample given in description. ACS key created in tiapp.xml and accessed successfully. User created in ACS control panel and logged in successfully. Closing.