Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem