Get all Home Hubs available in HomeKit(in iOS 10) - homekit

I'm work on HomeKit App and my requirement is to get Home Hubs available in HomeKit(in iOS 10) and there respective states i.e., "connected" or "not connected". I searched in homekit FrameWork but, i didn't find any help Thank you.

Related

Connect google assistant with chromecast( like netflix)

Is that possible to connect google assistant with chromecast like netflix.
suppose i have already developed an app for google assistant, app name is test and suppose i have something in the test app to show like report.
Is this possible that,I would say hey google, show report then. It should automatically search chromecast devices nearby and connect to near by chromecast device then show the report on that connected chromecast device.
Yes, this is possible. Since August 2018, voice commands officially work with the following apps:
Netflix
CW
CBS All Access
HBO Now
YouTube
YouTube TV
Viki
Crackle
Red Bull
Starz
Google Play Movies & TV (for videos you’ve already rented or purchased)
To use voice commands with Chromecast, you need a device with Google Assistant (such as the Google Home or Google Home Mini smart speaker), plus a phone or tablet with the Google Assistant app installed. Voice commands also work with some smart TVs that have Chromecast built in (see Google’s website for a list of supported sets). Check this article for more details.
While casting from other sources works, an action is not able to provide content that can be casted to other devices.

How to deploy / test Dialogflow chatbot to the actual Google Home device?

I created a Dialogflow project and have tested via Integration->Web Demo and Google Actions->Simulator; everything works correctly. I now want to test it on the actual device. My account is enabled for testing on the device - see screenshot. However, I can't locate it when I open the Google Assistant app on my iPhone search for it, I don't find it. What else do I have do to get in on my device? Thanks for the help!
Many Thanks
It won't show up in the Assistant Directory until you publish it, however you can start it the same way you start it in the simulator - by saying "Hey Google, talk to action name"

Dialogflow: Google Assistant App for Android Wear?

I try to build a Google Assistant app with Dialogflow.
And it works, I can test the "testversion" of my assistant app on my mobile phone too. It works as expected.
But unfortunately if I use my android wear, it tells me that this app is not supported on this device.
On Dialogflow, I couldn't find a option to enable wearables devices.
Can someone help me to enable wearable support?
Kind Regards
Stefan
This is from here enter link description here
To use your Google Assistant on your watch, you’ll need:
A watch running Android Wear 2.0 and up
A Google Account on the watch
Phone’s language set to a language listed above
An Internet connection on your watch via a Bluetooth connection through Wi-Fi or cellular connection

Beacons integration without application on device

Can i know is it possible to communicate with Beacon without having any Mobile app on device?
Thanks in advance
Both Android and iOS devices need some kind of app installed to interact with your beacons. Some phones have such apps pre-installed, but the options are limited. The two such apps with the widest distribution are:
Google Chrome App (Android/iOS)
Google's Chrome app will interact with beacons supporting Eddystone-URL (also known as physical web), which transmit a URL that can be displayed within Chrome when the app detects it.
This works on both Android and iOS devices with Chrome installed. For newer Android phones, this is a relatively high percentage of devices. For iOS, it is a very small percentage, as the app is not installed by default. This makes it of very limited use on iOS.
The other real drawback to relying on Chrome for beacon detection is the hoops users have to jump through to opt-in, and the way the beacon notifications are buried. Until users opt-in, they will see no notifications on beacon detections. Once they do, they will see a very generic notification "Physical web beacons are nearby", and only once the user taps on that are the specifics about the web page associated with the beacon transmitted URL displayed.
Passbook (iOS)
Apple's passbook app will bring up a passbook entry (usually used for tickets, coupons, etc.) associated with a set of iBeacon identifiers if the user comes within range of the beacon. In order to use this, however, the user must first download the passbook entry to his or her iPhone. Only once this is downloaded and opened will the app respond to associated beacons.
EDIT April 2020: For a time prior to December 2018 Google supported app-less notifications based on beacon detection using their Google Nearby product. This was discontinued in December 2018 due to predictable abuse and spam that it generated. While you may find some outdated documentation online about this ability, understand that this feature no longer works. As of this writing, my understanding is that this answer is still correct.
You should checkout Eddystones from Google. They can push you URLs even without app.
If you want to interact with beacons and do custom stuff (notifications, http requests, etc) you will need an app.

How to measure number of installs on versions of an iOS app

I have an app published on Apple's app store via iTunes Connect. I also have the same app published on Google's Play store.
Both platforms are on their 3rd version and I need to measure the number of installs of each version. Google have made this easy - in the developer console click 'Statistics' then 'App Version':
However, I'm struggling to find a similar report in iTunes Connect.
Is there a way to achieve this with iOS apps?
You can get similar (but not the same nice overview!) information for apps using iOS8+ via Apple's own App Analytics without integrating any 3rd party SDK.
Go to https://analytics.itunes.apple.com/ > Your App > Metrics
Then choose from the "Usage" metrics on the left either "Installations" or "Sessions" (1) and plot them by "App Versions" (2). Please note that usage metrics only included "opt-in" data. (I'd also adjust the time interval if needed)
You can get your opt-in rate by clicking on the little "?" in the top right next to "About App Analytics" in almost every view.

Resources