IBM-MIL / IBM-Ready-App-for-Insurance

Ready App that allows users to connect to a IoT sensor network within their home to manage the health of assets.
https://developer.ibm.com/open/ibm-ready-app-for-insurance
Other
26 stars 13 forks source link

Upgrade Push SDK #14

Closed rajohns08 closed 8 years ago

rajohns08 commented 8 years ago

Apps created in Bluemix today no longer have app secrets needed for the old Push SDK we are using. Thus we need to change our Push SDK to the newer Bluemix offering that don't require an app secret.

rajohns08 commented 8 years ago

This change will have far reaching implications throughout the backend, as nodered will also need to be updated to new rest api calls for new sdk.

atcabral commented 8 years ago

So they don't support the app secret model anymore? And push no longer works?

rajohns08 commented 8 years ago

I have opened up a bluemix ticket asking if there is any roundabout way to find an app secret for apps created today. I think they will likely respond with 'no' meaning the SDKs we used will not be usable for people today cloning the repo. The push service we used should theoretically still work for us since we had an app secret when we created our app, but a separate issue #11 details trouble with the Push service actually working for us right now.

rajohns08 commented 8 years ago

The new push SDK is apparently incompatible with worklight. It is a known issue, so we are sticking with old SDK for now.