janrueth/SiriServerCore

Plugin to launch application

Closed this issue · 1 comments

Hello,
Could you please provide an example on how to use the new IOS6 appsObject in order to launch any applicatoin ?
I would like to write a plugin enabling to launch external apps, with proper foreign language management
thank you

nevermind, just got it working nicely !
launcher = AppsLaunchApp(refId=self.refId)
launcher.launchId=appname
self.sendRequestWithoutAnswer(launcher)