[TIMOB-13532] Keep Track of Ti.CloudPush 2.2 Update
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-22T23:34:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 11 Core, 2013 Sprint 11, Release 3.1.1, Release 3.2.0 |
Components | Android |
Labels | n/a |
Reporter | Paul Lv |
Assignee | Sabil Rahim |
Created | 2013-04-11T22:46:51.000+0000 |
Updated | 2017-03-22T22:45:40.000+0000 |
Description
For a new feature raised from ACS side to use a general Haproxy to assign different apps to different environment (production or enterprise), we need to add appKey along with all Coordinator's HTTP request. For getting device token, it already had that. For now getting host adds appKey as well.
This ticket is for a track on TIMOB part, and concerete implementation has been done by CLOUDSRV-2281.
Code reviewed - approved
I found this PR for master: https://github.com/appcelerator/titanium_mobile/pull/4211 And this PR for the 3_1_X back port: https://github.com/appcelerator/titanium_mobile/pull/4212 However, this ticket is missing a test case for the Functional Review.
1. Build the titanium SDK from this commit: https://github.com/appcelerator/titanium_mobile/pull/4211/commits 2. Unzip the SDK zip file and verify that modules/android/ti.cloudpush/2.2.0 exists 3. Create a new titanium mob project from Appcelerator studio 3.1.1.x ( Make sure the version is 3.1.1 ) using the SDK from above steps. 3.5 add ti.cloudpush module ( make sure the version is 2.2.0) 4. Log in, with same credentails as from appcel studio, in dashboard.appcelerator.com and verify that you can see this project on dashboard under your org 4.5 Go to Cloud tab and click on Settings and Configuration. In the text box labelled, Android Push Configuration , paste your ti mob app name. 5. Copy the contents of
FR passed for https://github.com/appcelerator/titanium_mobile/pull/4211. PR merged to master.
FR passed for https://github.com/appcelerator/titanium_mobile/pull/4212. PR merged to 3_1_X.
Closing ticket as fixed.