associatedStoreIdentifiers property

List<int>? associatedStoreIdentifiers
final

Optional. A list of iTunes Store item identifiers for the associated apps. Only one item in the list is used—the first item identifier for an app compatible with the current device. If the app is not installed, the link opens the App Store and shows the app. If the app is already installed, the link launches the app.

Implementation

final List<int>? associatedStoreIdentifiers;