Unique SMS sender id?

这一生的挚爱 提交于 2020-01-04 09:12:06

问题


I want to build an app that send SMS to people. However, I want my users to know that the SMS comes from the app and nothing else so they can't fake it. Is there a way to guarantee that the sender ID is unique to my app?

It seems that sending a SMS by phone is with a unique SENDER ID for each phone number. But, from what I read, I don't think it is the case when sending a SMS through a web gateway. Is this correct? I am not an expert in mobile phone security.

Of course, I am willing to pay the price for a unique sender id, if such thing is possible.

Regards, Pascal


回答1:


The "Sender ID" is called the OADC code and some (depending on your location) SMS gateways will indeed allow you to set this to pretty much anything you like, meaning its probably not a good idea to rely on it as absolute proof of origin.

You could perhaps include some item of data in the message body itself that only you and they know?



来源:https://stackoverflow.com/questions/2502877/unique-sms-sender-id

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