aws / amazon-freertos-ble-android-sdk

Android SDK for FreeRTOS Bluetooth Devices.
Apache License 2.0
49 stars 41 forks source link

I want to use keystore insted of congnito login #29

Closed purvagevaria closed 2 years ago

purvagevaria commented 4 years ago

I checked the link https://aws-amplify.github.io/aws-sdk-android/docs/reference/com/amazonaws/mobileconnectors/iot/AWSIotKeystoreHelper.html About key store but there is no any code example how to use keystore . I checked in another thread some one provided the links but that links are not working ,

dan4thewin commented 4 years ago

Hi, @purvagevaria . I've asked one of my coworkers who's familiar with this to answer. Please expect his response soon.

purvagevaria commented 4 years ago

Thanks @dan4thewin .

ravibhagavandas commented 4 years ago

@purvagevaria For security concerns we now recommend to always use Cognito instead of creating certificates/private key for mobile apps. All of our current examples recommend using Cognito as the means to authenticate a websocket connection to AWS IoT. You can get more details on Cognito authentication from the demo in this repository.

Please note the Keystore helper class and related files have been moved under aws_amplify repository here

abhidixi11 commented 2 years ago

I'm closing this issue, please feel free to open a new one.