Not able to find App key and App Secret in Bluemix

2019-07-06 17:44发布

问题:

I've created a mobile boiler plate for my android application, but not able to find App key and App Secret in Bluemix. Instead of the those two, App GUID is available. Can any one help me, how to initialize IBMBluemix with APP GUID or provide me with any sample Android application like bluelist?

回答1:

To answer your initial question here is how you should be initializing the Android Client with the new SDK:

BMSClient.getInstance().initialize(this, "<APPLICATION_ROUTE>", "<APPLICATION_ID>");

If you want to get a feel for the new Bluemix Mobile Services for Android I would start by looking at our Android HelloWorld sample.

You can also look at our Documentation for Setting up the Android Client SDK.

Here is some more information regarding the new Bluemix Mobile Services:

Blog Announcement

Bluemix Mobile Services solutions page

Android Bluemix Mobile Services Docs