Sos --- How to register mms client?

Sos --- How to register mms client? SearchSearch
Author Message
newbie
Posted on Friday, September 26, 2003 - 07:49 am:   

Hi,i want write a program to receive MMS, but what should i register my program? i mean,
which registery should i write? thanks in advance.
Anonymous
Posted on Friday, September 26, 2003 - 09:17 am:   

duno what u mean
newbie
Posted on Friday, September 26, 2003 - 10:33 am:   

i mean, after writing a program, you must register
it to receive mms in advance. or your program will n't get the mms push notification message.
i want to know how to register?
Bryce Norwood - NowSMS Support
Posted on Saturday, October 11, 2003 - 09:11 pm:   

What are you registering with?

What platform is the client running on?

This would seem to be a question that is specific to whatever platform your client software is written for ...
Anonymous
Posted on Monday, October 13, 2003 - 02:40 am:   

PocketPC
newbie
Posted on Monday, October 13, 2003 - 06:10 am:   

Hi,bryce,
thanks for your patient reply!
my clint is running on Smartphonw2002,and how it get MMS notification messge? I have register
appid and content type as following :
AppID: MyClient.exe
content-type: application/vnd.wap.mms-message
but when a mms notication arrives, mobile can't call myclient.exe to receive it. why? what should i do? thanks a lot.
Bryce Norwood - NowSMS Support
Posted on Tuesday, October 14, 2003 - 02:13 am:   

Well, you got me there. I'm definitely not an expert on either Pocket PC or MS Smartphone development.

The Pocket PC 2003 API defines an API called PushRouter_RegisterClient, which looks like what you would use:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/htm/_ mdref_pushrouter_registerclient.asp

I'm not sure if that API is also supported on the Smartphone platform.

If that is the API that you are attempting to use (or a similar one), then you might be confused about the meaning of "AppID". In this context, it is not the name of your executable (szPath has the executable name including path). Instead, it is referring to a push application id ... a list of which you can find on this page: http://www.wapforum.org/wina/push-app-id.htm

Unfortunately, the MS API documentation is not clear on how you would specify an appid using the binary value (only the text).