Can Siri be used with a Cordova app? - xcode

Is it possible to use Siri with a Cordova app or only with the native apps?

Maybe cordova-plugin-speech-recognition-feat-siri will help you

Related

How can I see the view hierarchy in any app download from appstore while using Xcode?

I download and installed some great app from App Store. And I like to see the view hierarchy of the app just for studying.
Is it possible?
How about using a jailbreak iPhone?
It's not possible with Xcode.
But with a jailbroken iPhone you might be able to use Reveal. But I haven't tested it.

Is it possible to use the Safari Web Inspector with an OSX app that contains webviews?

Note - this is not an iOS app, so I can't run it on a device or in the iOS Simulator.
All of the examples I can find discuss hooking it up with iOS. Nothing about pure OSX development.
Actually, this looks like the answer:
Is there a way to use the WebKit web inspector from a Cocoa WebView object?
Didn't come up in my search until after posting the question!

Removing iphone4 & 4s from supported devices in app

Is there a way to support only iphone5 and above in your app?
Is it an xcode settings thing? When I submitted our app it says you need screenshots for iphone 4 since your binary supports it.
I am using spritekit and building with ios 8.1 . Any help or suggestions would be appreciated.
thanks
you cannot remove support for a device that Apple still supports on the App Store. You need to build your app to be compatible with all iPhones that Apple wants to support on the App Store.

Can a Swift Console App have an app Icon?

I seriously looked around on the Apple developer site and SO for this, but I couldn't find an answer.
I created a small console app in Xcode 6.4 and I want to change the app icon. Is this possible for console apps?
Thanks for replies!
David

"getDefaultSmsPackage(this)==null" on android 4.4

Telephony.Sms.getDefaultSmsPackage(this)==null
Why? Is there no default SMS app in the phone or other reasons?
The user use the app on his tablet .

Resources