willblaschko / AlexaAndroid

A library and sample app to abstract access to the Amazon Alexa service for Android applications.
GNU General Public License v2.0
280 stars 133 forks source link

Response from login is not reaching Android activity #157

Open ilkeraktuna opened 5 years ago

ilkeraktuna commented 5 years ago

I am trying to use the library in my application. When I try to login with "alexaManager.logIn(alexaAuthorizationCallback);", it opens web browser and I enter credentials. However, the response page is never displayed. If I close and re-open app, then try login, it opens browser again and I see that my credentials are accepted. Then it asks me to approve entering project "name of my project" When I click "approve" , again it never displays response.

Am I missing something ?

ilkeraktuna commented 5 years ago

nevermind, I figured out that I need to make changes on manifest (scheme, host) and change my activity so that it can come in front.