开发短信发送程序的几则技巧

主要针对smpp协议(扩展协议:cmpp等).

1. check resp status and process it, such as incorrect bind status;
2. control the send speed, the gw maybe full and can be blocked.
3. character encoding.
4. test in simulator first.

你可能感兴趣的:(开发)