Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Cognito SMS delivery Issue with iOS

We are facing some technical issues with sms service in iOS AWS Cognito login. I signed up with my account details in AWS Cognito and I got below O/P,

 Response body:
{"CodeDeliveryDetails":{"AttributeName":"phone_number","DeliveryMedium":"SMS","Destination":"+********8888"}}

But still am not received any sms from aws. This happened only today, but yesterday it works fine. Is there anything I have to set in my AWS account settings. Anybody knows what is the exact limit for sms. I refer some tutorials, and they ask me to request amazon customer service in order to extend the limit. Anyone have any idea about this? what is the correct procedure to handle this? If you know about anything, It would be helpful for me. Thank you!

like image 612
Madhavan Avatar asked Nov 07 '22 23:11

Madhavan


1 Answers

Cognito Identity uses AWS SNS to dispatch SMS to your users. The pricing of the SMS dispatch can be found in AWS documentation.

You can monitor your SMS deliveries by subscribing to daily usage reports from Amazon SNS. Each day that you send at least one SMS message, Amazon SNS will deliver a usage report as a CSV file to an Amazon S3 bucket that you specify. You'll find details on the setup in AWS documentation.

If you can't find relevant hints to solve your issue in those reports, you should contact AWS support directly from your AWS console.

Regards,

like image 163
Thomas L. Avatar answered Nov 14 '22 20:11

Thomas L.