Show in iTunes Store / ShowiniTunesStore (internally is.workflow.actions.showinstore)

This action requires that Shortcuts has permission to use WFUserInteractionResource.

description

summary

Shows the iTunes products or App Store apps passed as input in a store sheet. This is useful with the Search iTunes Store and Search App Store actions.

usage

ShowiniTunesStore 

arguments



source json (for developers)

{
	"ActionClass": "WFShowInStoreAction",
	"ActionKeywords": [
		"app",
		"song",
		"music",
		"movie",
		"ebook",
		"audiobook",
		"tv",
		"album",
		"store"
	],
	"AppIdentifier": "com.apple.MobileStore",
	"Category": "Music",
	"CreationDate": "2016-03-15T07:00:00.000Z",
	"Description": {
		"DescriptionSummary": "Shows the iTunes products or App Store apps passed as input in a store sheet. This is useful with the Search iTunes Store and Search App Store actions."
	},
	"Input": {
		"Multiple": false,
		"Required": true,
		"Types": [
			"WFiTunesProductContentItem",
			"WFAppStoreAppContentItem"
		]
	},
	"InputPassthrough": true,
	"Name": "Show in iTunes Store",
	"Parameters": [],
	"RequiredResources": [
		"WFUserInteractionResource"
	],
	"UserInterfaces": [
		"UIKit"
	]
}