Platforms to show: All Mac Windows Linux Cross-Platform

Back to SKProductsRequestMBS class.

SKProductsRequestMBS.didFailWithError(error as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event StoreKit MBS MacCloud Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
Called if the request failed to execute.

error: The error that caused the request to fail.

When the request fails, your application should release the request. The requestDidFinish event is not called after this method is called.

SKProductsRequestMBS.didFinish

Type Topic Plugin Version macOS Windows Linux iOS Targets
event StoreKit MBS MacCloud Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
Called when the request has completed.

This method is called after all processing of the request has been completed.

SKProductsRequestMBS.didReceiveResponse(products() as SKProductMBS, invalidProductIdentifiers() as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event StoreKit MBS MacCloud Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No
Called when the Apple App Store responds to the product request.

products: A list of products, one product for each valid product identifier provided in the original request.
invalidProductIdentifiers: An array of product identifier strings that were not recognized by the Apple App Store. This array should typically be empty.

The items on this page are in the following plugins: MBS MacCloud Plugin.


The biggest plugin in space...