objective c - Calling/Executing applescript commands from a ios xcode project -


so in ios xcode project, trying call applescript code xcode. know possible os x possible ios? instance in os x can execute applescript code using nsapplescript. there equivalent function in ios project?

i appreciate can get.

thanks.

applescript not supported in ios. if want open application app can consider using url scheme of app (if registers one).

more info can found @ : https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/inter-appcommunication/inter-appcommunication.html#//apple_ref/doc/uid/tp40007072-ch6-sw2


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -