 |
I am getting a 451 error code? How do I set the Developer or Commercial Subscriber ID?
Within each SMS SDK, you need to set two subscriber properties in order for the Simplewire Wireless Messaging Network to let your application submit messages. Those 2 susbcriber properties are "Subscriber ID" and "Subscriber Password". Refer to your SDK Manual for the correct syntax since it is different among all SDK versions.
However, a quick example using the ActiveX SMS SDK would be:
sms.SubscriberID = "your id goes here"
sms.SubscriberPassword = "your password goes here"
If you need to find out what your Subscriber ID and Subscriber Password are then please refer to Your Developer Account at http://www.simplewire.com/account/developer/.
Back to Main Index
|
|
|
|