Get App Update Info

This is an asynchronous function which retrieves information about the latest update for your application. Internally, this information is cached upon retrieval for a short period of time for use when requesting an update.

Once the asynchronous operation has completed, one of two delegates will be called to handle the success and failure situations.

1

On Update Info Retrieved

A delegate that will be called once the operation has completed successfully. The delegate will produce an App Update Info object for the developer to query for information about the latest update.

You can simply click and drag this pin to create a custom event.

2

On Failure

A delegate that will be called if there is an error attempting to retrieve information about the latest update. The delegate will produce an Install Error for the developer to handle appropriately.

You can simply click and drag this pin to create a custom event.