Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

StoreKit.ShowProductView

Shows a new product screen to display.

Component Version macOS Windows Linux Server iOS SDK
StoreKit 8.2 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "StoreKit.ShowProductView"; iTunesItemIdentifier )   More

Parameters

Parameter Description Example
iTunesItemIdentifier The ID of the product to show.
Must be a number.
1234

Result

Returns OK or error.

Description

Shows a new product screen to display.
Be aware that this works asynchronously and the functions returns directly while the dialog shows later.
If App Store doesn't return information, nothing happens.

Examples

Show product page for FileMaker Go 16:

Set Variable [ $r ; Value: MBS( "StoreKit.ShowProductView"; 1097917885 ) ]

See also

This function checks for a license.

Created 22nd April 2018, last changed 9th July 2020


StoreKit.SetUpdatedTransactionsTrigger - StoreKit.Transactions