Receiving a SMS message in a .NET application

前端 未结 4 1897
感动是毒
感动是毒 2021-01-03 14:46

I need to write a .NET application that listens to a SMS message , and then react to it.

I assume i need a SMS gateway to interface between my application and the se

4条回答
  •  死守一世寂寞
    2021-01-03 15:10

    You first need to find an SMS provider, and then ask them how they integrate. There is no standard way to do this, and everyone use their own approach.

提交回复
热议问题