Search code examples
androidibm-cloudibm-mobile-servicesbluemix-app-scan

How to get the Application Security ID for a IBM Bluemix android app from the dashboard in the latest version?


I wanted to build one android app on IBM Bluemix platform and application security key is needed to run this application. I added the app security service also. But I am not able to find the appsecretId in the place mentioned in the tutorials or documents available. This is needed to launch the application. Can anyone tell me where can I find it?


Solution

  • Which boilerplate are you using? Mobile Cloud (comes with Push, MAS, and Mobile Data) or the newer MobileFirst Starter (comes with IBM Push Notifications, Mobile Client Access, and Cloudant NoSQLDB)?

    For Mobile Cloud you can find the Application Secret in your MAS connection from your Application Overview page (See bottom of pic). Additionally you can click the "Go to Classic Experience" in the top mid-right to go back to the old UI to match with the document you are using.

    enter image description here

    For MobileFirst Starter you do not need an application secret and are likely looking at an outdated document intended for Mobile Cloud. All of our MobileFirst Starter samples are hosted on https://github.com/ibm-bluemix-mobile-services or can be found in the Bluemix document pages.