Protocol: SKStoreProductViewControllerDelegate

Overview

An object implementing the SKStoreProductViewControllerDelegate protocol is called when the user dismisses the store screen. Typically, this protocol is implemented by the view controller in your application that originally displayed the store screen.Called when the user dismisses the store screen. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) productViewControllerDidFinish(viewController)

Called when the user dismisses the store screen. (required) Your delegate should call the dismissModalViewControllerAnimated: method on the view controller that originally presented the store screen. If your app paused any other activities before presenting the store, it can restart those services in this method.

Parameters:

Returns: