PDA

View Full Version : ILICENSE and PT_SUBSCRIPTION


rocorbera
09-15-2003, 08:18 AM
Hi all!
I have a simple question about using ILICENSE:

Let's say that in my code I called ILICENSE_GetPurchaseInfo(...) and got PT_SUBSCRIPTION as return code.

Does the argument LicenseType return any valid information (LT_USES, LT_DATE etc) as PT_PURCHASE does?

What will I get in case the subscriber cancels the app subscription after the first month?
What will the return code be for a ILICENSE_GetPurchaseInfo(...) call in such case?
Does it change MIF information and send the cancelation to the BDS?

Thanks,

spyderman
09-15-2003, 09:20 PM
you dont need to handle anything from your app for PT_SUBSCRIPTION. BREW App Mgr handles it.

So dont ya worry:p

rocorbera
09-16-2003, 05:28 AM
But do you know how BREW App Mngr handles it?
I'm really interested on understanding how it works...

Thanks,