anees17861
anees17861
@vivekvardhanadepu This doesn't address the actual issue properly. As suggested in the error, it needs to be called in main thread. Instead of using reactContext try surrounding the location api...
Hi. @Richou Is there any update for this issue?
@akeditzz confirm signup test works perfectly as mentioned previously in this thread. just pass an obvious wrong otp and it will give error. one error is user not exist or...
@akeditzz it'll work, i use mobile number personally but have tested both. but same rules apply as for email. if signed up it needs to be verified or it won't...
@akeditzz if you are using mobile number remember to use e164 format only. Country specific phone strings will give you issues
@PavolHlavaty are you sending the code as empty string or a non numerical value? Cognito may be doing format check before proceeding. I send only '00' and it works perfectly.
@PavolHlavaty have you checked for both signed up and non signed up user? And what is the type of username you've selected. When I had set up, i was provided...
@jaferi512 Try sending data through a ble app like Nrf Connect. This way you will at least come to know if it's led strip issue or wrong data issue. If...
I have worked on projects involving Bluetooth, but the main thing is it depends on the device as well. Different manufacturers generally implement their own solutions instead of following a...
@jaferi512 Please try the following things: 1. Make sure service discovery is complete before writing 2. Hardcode service and characteristic to write to instead of picking from array 3. If...