locked
Is LicenseChangedEventHandler called on license expiration? RRS feed

  • Question

  • I have been testing the CurrentAppSimulator class for In-App purchases and I faced a behaviour I was not expecting.

    In the Expiring Product Scenario I changed the date of expiration, so the product would expire during the execution of the app, except the LicenseChanged event wasn't fired when the license finished.

    I also got a bit confused, and don'r really understand the difference between license and product in that situation. In order to do some testing I put the ExpirationDate tag in the license itself and not in the product. When the license expired, the event listener didn't fire as well.

    Is this because we are using CurrentAppSimulator or is the LicenseChangedEventHandler only called when you buy a license, not when it expires?

    If someone could help me also understanding the difference between License and Product in this case I would appreciate.
    Thanks


    Thursday, October 9, 2014 3:13 PM

All replies

  • It's hard to say something if there is no repro project.
    Friday, October 10, 2014 3:57 PM