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
Post a Comment