Not able to find App key and App Secret in Bluemix. Instead of the those, App GUID is available

泄露秘密 提交于 2019-12-23 19:21:03

问题


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



来源:https://stackoverflow.com/questions/32971234/not-able-to-find-app-key-and-app-secret-in-bluemix-instead-of-the-those-app-gu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!