Unique SMS sender id?
        Posted  
        
            by Pascal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pascal
        
        
        
        Published on 2010-03-23T19:13:22Z
        Indexed on 
            2010/03/25
            11:03 UTC
        
        
        Read the original article
        Hit count: 548
        
Hello,
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
© Stack Overflow or respective owner